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,46 @@
{
"name": "UltimateXR.Editor",
"rootNamespace": "UltimateXR",
"references": [
"UltimateXR",
"SteamVR",
"SteamVR_Input_Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.vrmada.ultimatexr-unity",
"expression": "",
"define": "ULTIMATEXR_PACKAGE"
},
{
"name": "com.htc.upm.wave.xrsdk",
"expression": "",
"define": "ULTIMATEXR_USE_WAVEXR_SDK"
},
{
"name": "com.unity.xr.picoxr",
"expression": "",
"define": "ULTIMATEXR_USE_PICOXR_SDK"
},
{
"name": "com.magicleap.unitysdk",
"expression": "",
"define": "ULTIMATEXR_USE_MAGICLEAP_SDK"
},
{
"name": "com.unity.netcode.gameobjects",
"expression": "",
"define": "ULTIMATEXR_USE_UNITY_NETCODE"
}
],
"noEngineReferences": false
}