From d2ab30e7a69bfe7efda63ae75812207377917bd3 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Sun, 30 Mar 2025 18:50:27 +0000 Subject: [PATCH] Merge branch 'Flexalon-UI-Layouts' into develop --- Assets/Flexalon/Runtime/Flexalon.asmdef | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/Assets/Flexalon/Runtime/Flexalon.asmdef b/Assets/Flexalon/Runtime/Flexalon.asmdef new file mode 100644 index 0000000..0e76aa3 --- /dev/null +++ b/Assets/Flexalon/Runtime/Flexalon.asmdef @@ -0,0 +1,49 @@ +{ + "name": "Flexalon", + "rootNamespace": "", + "references": [ + "Unity.TextMeshPro", + "Unity.XR.Interaction.Toolkit", + "Oculus.Interaction" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [ + { + "name": "com.unity.modules.physics2d", + "expression": "", + "define": "UNITY_PHYSICS_2D" + }, + { + "name": "com.unity.modules.physics", + "expression": "", + "define": "UNITY_PHYSICS" + }, + { + "name": "com.unity.textmeshpro", + "expression": "", + "define": "UNITY_TMPRO" + }, + { + "name": "com.unity.ugui", + "expression": "2.0.0", + "define": "UNITY_TMPRO" + }, + { + "name": "com.unity.xr.interaction.toolkit", + "expression": "", + "define": "UNITY_XRI" + }, + { + "name": "com.unity.modules.ui", + "expression": "", + "define": "UNITY_UI" + } + ], + "noEngineReferences": false +} \ No newline at end of file -- Gitblit v1.9.3