summaryrefslogtreecommitdiff
path: root/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-07-02 08:46:23 -0700
committerpryazha <pryadeiniv@mail.ru>2025-07-02 08:46:23 -0700
commit8263edd59284aba390aca011d25b79efecef4c48 (patch)
tree6346e2afaaabd32156601cafaf20d4ee813befaf /Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef
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.asmdef36
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