Stratasys-450mc-VR/Assets/Samples/XR Interaction Toolkit/2.5.2/Hands Interaction Demo/Unity.XR.Interaction.Toolkit.Samples.Hands.asmdef

31 lines
825 B
Plaintext
Raw Normal View History

{
2023-11-03 08:51:51 -04:00
"name": "Unity.XR.Interaction.Toolkit.Samples.Hands",
"rootNamespace": "",
"references": [
2023-11-03 20:39:33 -04:00
"Unity.InputSystem",
"Unity.Mathematics",
"Unity.XR.CoreUtils",
"Unity.XR.Hands",
"Unity.XR.Interaction.Toolkit"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
2023-11-03 08:51:51 -04:00
"versionDefines": [
{
"name": "com.unity.xr.hands",
"expression": "1.1.0",
"define": "XR_HANDS_1_1_OR_NEWER"
2023-11-03 20:39:33 -04:00
},
{
"name": "com.unity.xr.hands",
"expression": "1.2.1",
"define": "XR_HANDS_1_2_OR_NEWER"
2023-11-03 08:51:51 -04:00
}
],
"noEngineReferences": false
}