Negin Soltani 37239732ac Initial Push
- Globe Asset
- Spatial Anchors
- Photon Implementation
- Scripts for Globe Control and Initial Country Colorizing
- Script for Reading csv file
2024-05-16 14:41:23 +02:00

29 lines
1.2 KiB
Markdown

![Sample Banner](./Media/colocated-block-toss.gif 'Unity SSA Sample')
# Unity-SharedSpatialAnchors
Unity-SharedSpatialAnchors was built to demonstrate how to use the Shared Spatial Anchors API, available in the Meta XR Core SDK for the Unity game engine.
The sample app showcases:
- Spatial Anchor Creation, Saving, Loading, and Sharing
- Scene Sharing
- Automatic Colocation
- Passthrough Avatars
This app uses Photon Unity Networking to share anchor data and support interaction with networked objects in a colocated space.
This codebase is available both as a reference and as a template for a project that utilizes shared spatial anchors. Unity-SharedSpatialAnchors is under the license found [here](LICENSE) unless otherwise specified.
## SETUP
You must follow these instructions first: https://developer.oculus.com/documentation/unity/unity-ssa-sf/
## Documentation
Sample App Architecture: https://developer.oculus.com/documentation/unity/unity-ssa-sf/
Scene Sharing: https://developer.oculus.com/documentation/unity/unity-shared-scene-sample/
Health & Safety: https://developer.oculus.com/resources/unity-ssa-hs-app/
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.