Add ultimate xr
This commit is contained in:
46
Assets/UltimateXR/Editor/UltimateXR.Editor.asmdef
Normal file
46
Assets/UltimateXR/Editor/UltimateXR.Editor.asmdef
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user