Add example Unity Project

This commit is contained in:
Michał Gdula 2023-04-26 01:55:33 +01:00
parent fda7ff28dd
commit e3acdb9d6b
7122 changed files with 505543 additions and 2 deletions

View file

@ -0,0 +1,12 @@
{
"name": "com.unity.modules.xr",
"version": "1.0.0",
"type": "module",
"displayName": "XR",
"description": "The XR module contains the VR and AR related platform support functionality. Scripting API: https://docs.unity3d.com/ScriptReference/UnityEngine.XRModule.html",
"dependencies": {
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.subsystems": "1.0.0"
}
}