diff options
Diffstat (limited to 'Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef')
-rw-r--r-- | Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef b/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef new file mode 100644 index 0000000..f6a93f3 --- /dev/null +++ b/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef @@ -0,0 +1,36 @@ +{ + "name": "Unity.XR.Interaction.Toolkit.Samples.Hands", + "rootNamespace": "", + "references": [ + "Unity.InputSystem", + "Unity.Mathematics", + "Unity.XR.CoreUtils", + "Unity.XR.Hands", + "Unity.XR.Interaction.Toolkit" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [ + { + "name": "com.unity.xr.hands", + "expression": "1.1.0", + "define": "XR_HANDS_1_1_OR_NEWER" + }, + { + "name": "com.unity.xr.hands", + "expression": "1.2.1", + "define": "XR_HANDS_1_2_OR_NEWER" + }, + { + "name": "com.unity.xr.hands", + "expression": "1.5.0-pre.3", + "define": "XR_HANDS_1_5_OR_NEWER" + } + ], + "noEngineReferences": false +}
\ No newline at end of file |