diff options
author | chai <215380520@qq.com> | 2024-05-23 10:08:29 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-05-23 10:08:29 +0800 |
commit | 8722a9920c1f6119bf6e769cba270e63097f8e25 (patch) | |
tree | 2eaf9865de7fb1404546de4a4296553d8f68cc3b /Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef | |
parent | 3ba4020b69e5971bb0df7ee08b31d10ea4d01937 (diff) |
+ astar project
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef')
-rw-r--r-- | Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef new file mode 100644 index 0000000..1649e03 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef @@ -0,0 +1,78 @@ +{ + "name": "AstarPathfindingProject", + "rootNamespace": "", + "references": [ + "GUID:2bafac87e7f4b9b418d9448d219b01ab", + "GUID:f4059aaf6c60a4a58a177a2609feb769", + "GUID:2665a8d13d1b3f18800f46e256720795", + "GUID:d8b63aba1907145bea998dd612889d6b", + "GUID:e0cd26848372d4e5c891c569017e11f1", + "GUID:8a2eafa29b15f444eb6d74f94a930e1d", + "GUID:de4e6084e6d474788bb8c799d6b461eb", + "GUID:734d92eba21c94caba915361bd5ac177", + "GUID:a5baed0c9693541a5bd947d336ec7659" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": true, + "overrideReferences": true, + "precompiledReferences": [ + "Pathfinding.ClipperLib.dll", + "Pathfinding.Ionic.Zip.Reduced.dll", + "Pathfinding.Poly2Tri.dll" + ], + "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.collections", + "expression": "2.0.0", + "define": "MODULE_COLLECTIONS_2_0_0_OR_NEWER" + }, + { + "name": "com.unity.collections", + "expression": "2.1.0", + "define": "MODULE_COLLECTIONS_2_1_0_OR_NEWER" + }, + { + "name": "com.unity.entities", + "expression": "1.0.0-pre.47", + "define": "MODULE_ENTITIES" + }, + { + "name": "com.unity.entities", + "expression": "1.0.8", + "define": "MODULE_ENTITIES_1_0_8_OR_NEWER" + }, + { + "name": "com.unity.test-framework", + "expression": "2.0.0", + "define": "MODULE_TEST_FRAMEWORK" + } + ], + "noEngineReferences": false +}
\ No newline at end of file |