Skip to content

Commit

Permalink
Add package documentation and add package dependency on AR Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
amydigiov committed May 25, 2022
1 parent 64cb899 commit 917046f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Documentation~/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About XR Simulation Environments

The XR Simulation Environments package sample includes a collection of indoor and outdoor Simulation environments and modular pieces to build your own. Simulation environments are prefabs that act as substitutes for the real world in AR. The XR Simulation Plug-in Provider, available in AR Foundation, uses Simulation environments to provide AR functionality.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "com.unity.xr-content.xr-sim-environments",
"version": "1.0.0-pre.1",
"version": "1.0.0-pre.2",
"displayName": "XR Simulation Environments",
"description": "A collection of indoor and outdoor Simulation environments and modular pieces to build your own. Simulation environments are prefabs that act as substitutes for the real world in AR. The XR Simulation Plug-in Provider, available in AR Foundation, uses Simulation environments to provide AR functionality.",
"unity": "2021.2",
"dependencies": {
"com.unity.xr.arfoundation": "5.0.0-pre.12"
},
"samples": [
{
Expand Down

0 comments on commit 917046f

Please sign in to comment.