-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24012dd
commit 02992db
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
**AR Collaborative** is a library for developing AR multiuser experiences or multiplayer games in Unity where people share the same physical space. A shared [AR Anchor](https://docs.unity3d.com/Packages/[email protected]/api/UnityEngine.XR.ARFoundation.ARAnchor.html) is placed based on photos of the environment, and state synchronisation occurs over LAN. | ||
|
||
**AR Collaborative** can be used in a variety of scenarios: as a testing environment for a multiuser app, requiring a quick setup, before implementing more complex solutions; as a complete alternative to such solutions; as a fallback solution when cross-platform support is needed or when an internet connection is not viable. | ||
|
||
## How it works | ||
|
||
- The session host takes photos of flat objects on a surface and shares them with other users. These will become AR markers in the physical world. | ||
|