summaryrefslogtreecommitdiff
path: root/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-05-23 10:08:29 +0800
committerchai <215380520@qq.com>2024-05-23 10:08:29 +0800
commit8722a9920c1f6119bf6e769cba270e63097f8e25 (patch)
tree2eaf9865de7fb1404546de4a4296553d8f68cc3b /Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef
parent3ba4020b69e5971bb0df7ee08b31d10ea4d01937 (diff)
+ astar project
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef')
-rw-r--r--Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef52
1 files changed, 52 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef
new file mode 100644
index 0000000..637de03
--- /dev/null
+++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef
@@ -0,0 +1,52 @@
+{
+ "name": "AstarPathfindingProjectExamplesEditor",
+ "rootNamespace": "",
+ "references": [
+ "GUID:efa45043feb7e4147a305b73b5cea642",
+ "GUID:774e21169c4ac4ec8a01db9cdb98d33b",
+ "GUID:f4059aaf6c60a4a58a177a2609feb769",
+ "GUID:de4e6084e6d474788bb8c799d6b461eb",
+ "GUID:9fc7298e05e4fb644bfd10f41ae01ac3"
+ ],
+ "includePlatforms": [
+ "Editor"
+ ],
+ "excludePlatforms": [],
+ "allowUnsafeCode": false,
+ "overrideReferences": true,
+ "precompiledReferences": [],
+ "autoReferenced": true,
+ "defineConstraints": [
+ "MODULE_BURST",
+ "MODULE_MATHEMATICS",
+ "MODULE_COLLECTIONS"
+ ],
+ "versionDefines": [
+ {
+ "name": "com.unity.burst",
+ "expression": "1.8.3",
+ "define": "MODULE_BURST"
+ },
+ {
+ "name": "com.unity.mathematics",
+ "expression": "1.2.6",
+ "define": "MODULE_MATHEMATICS"
+ },
+ {
+ "name": "com.unity.collections",
+ "expression": "1.5.1",
+ "define": "MODULE_COLLECTIONS"
+ },
+ {
+ "name": "com.unity.collections",
+ "expression": "0.11-preview",
+ "define": "MODULE_COLLECTIONS_0_11_OR_NEWER"
+ },
+ {
+ "name": "com.unity.entities",
+ "expression": "1.0.0-pre.47",
+ "define": "MODULE_ENTITIES"
+ }
+ ],
+ "noEngineReferences": false
+} \ No newline at end of file