From 8263edd59284aba390aca011d25b79efecef4c48 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 2 Jul 2025 08:46:23 -0700 Subject: init --- .../HandsInteractionDemo.asmdef | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef (limited to 'Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/HandsInteractionDemo.asmdef') 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 -- cgit v1.2.3-70-g09d2