Move third party assets to ThirdParty folder
This commit is contained in:
93
Assets/ThirdParty/UltimateXR/Runtime/UltimateXR.asmdef
vendored
Normal file
93
Assets/ThirdParty/UltimateXR/Runtime/UltimateXR.asmdef
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user