Move third party assets to ThirdParty folder

This commit is contained in:
2024-08-08 11:26:28 +02:00
parent 386f303057
commit bd91af6f98
10340 changed files with 100 additions and 175 deletions

View File

@@ -0,0 +1,93 @@
{
"name": "UltimateXR",
"rootNamespace": "UltimateXR",
"references": [
"Unity.XR.OpenVR",
"Unity.InputSystem",
"UnityEngine.SpatialTracking",
"Unity.RenderPipelines.Universal.Runtime",
"Unity.TextMeshPro",
"SteamVR",
"Oculus.VR",
"Wave.Essence.CompositorLayer",
"Unity.XR.PicoXR",
"Unity.XR.Oculus",
"MagicLeap.SDK",
"Unity.Netcode.Components",
"Unity.Netcode.Runtime",
"Unity.Networking.Transport",
"PhotonVoice",
"PhotonRealtime",
"PhotonVoice.Fusion",
"Mirror",
"Mirror.Components",
"Mirror.Transports",
"DissonanceVoip",
"FishNet.Runtime"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.vrmada.ultimatexr-unity",
"expression": "",
"define": "ULTIMATEXR_PACKAGE"
},
{
"name": "com.unity.xr.management",
"expression": "",
"define": "ULTIMATEXR_UNITY_XR_MANAGEMENT"
},
{
"name": "com.unity.inputsystem",
"expression": "",
"define": "ULTIMATEXR_USE_UNITYINPUTSYSTEM_SDK"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "ULTIMATEXR_UNITY_URP"
},
{
"name": "com.unity.textmeshpro",
"expression": "",
"define": "ULTIMATEXR_UNITY_TMPRO"
},
{
"name": "com.htc.upm.wave.xrsdk",
"expression": "",
"define": "ULTIMATEXR_USE_WAVEXR_SDK"
},
{
"name": "com.htc.upm.wave.essence",
"expression": "",
"define": "ULTIMATEXR_USE_WAVEXR_ESSENCE_SDK"
},
{
"name": "com.unity.xr.picoxr",
"expression": "",
"define": "ULTIMATEXR_USE_PICOXR_SDK"
},
{
"name": "com.unity.xr.oculus",
"expression": "",
"define": "ULTIMATEXR_UNITY_XR_OCULUS"
},
{
"name": "com.magicleap.unitysdk",
"expression": "",
"define": "ULTIMATEXR_USE_MAGICLEAP_SDK"
},
{
"name": "com.unity.netcode.gameobjects",
"expression": "",
"define": "ULTIMATEXR_USE_UNITY_NETCODE"
}
],
"noEngineReferences": false
}