diff options
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef')
-rw-r--r-- | Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef new file mode 100644 index 0000000..814e041 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef @@ -0,0 +1,82 @@ +{ + "name": "Drawing", + "rootNamespace": "", + "references": [ + "GUID:2bafac87e7f4b9b418d9448d219b01ab", + "GUID:2665a8d13d1b3f18800f46e256720795", + "GUID:d8b63aba1907145bea998dd612889d6b", + "GUID:e0cd26848372d4e5c891c569017e11f1", + "GUID:15fc0a57446b3144c949da3e2b9737a9", + "GUID:457756d89b35d2941b3e7b37b4ece6f1", + "GUID:df380645f10b7bc4b97d4f5eb6303d95" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": true, + "overrideReferences": true, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [ + "MODULE_BURST", + "MODULE_MATHEMATICS", + "MODULE_COLLECTIONS" + ], + "versionDefines": [ + { + "name": "com.unity.burst", + "expression": "1.2.1-preview", + "define": "MODULE_BURST" + }, + { + "name": "com.unity.mathematics", + "expression": "1.1.0", + "define": "MODULE_MATHEMATICS" + }, + { + "name": "com.unity.collections", + "expression": "0.4.0-preview", + "define": "MODULE_COLLECTIONS" + }, + { + "name": "com.unity.collections", + "expression": "0.6.0-preview", + "define": "MODULE_COLLECTIONS_0_6_0_OR_NEWER" + }, + { + "name": "com.unity.collections", + "expression": "0.8.0-preview", + "define": "MODULE_COLLECTIONS_0_8_0_OR_NEWER" + }, + { + "name": "com.unity.render-pipelines.universal", + "expression": "0.0.0", + "define": "MODULE_RENDER_PIPELINES_UNIVERSAL" + }, + { + "name": "com.unity.render-pipelines.high-definition", + "expression": "0.0.0", + "define": "MODULE_RENDER_PIPELINES_HIGH_DEFINITION" + }, + { + "name": "com.unity.render-pipelines.high-definition", + "expression": "9.0", + "define": "MODULE_RENDER_PIPELINES_HIGH_DEFINITION_9_0_OR_NEWER" + }, + { + "name": "com.unity.collections", + "expression": "0.12.0-preview", + "define": "MODULE_COLLECTIONS_0_12_0_OR_NEWER" + }, + { + "name": "com.unity.render-pipelines.universal", + "expression": "15.0.7", + "define": "MODULE_RENDER_PIPELINES_UNIVERSAL_15_0_7_OR_NEWER" + }, + { + "name": "com.unity.render-pipelines.universal", + "expression": "17.0.0", + "define": "MODULE_RENDER_PIPELINES_UNIVERSAL_17_0_0_OR_NEWER" + } + ], + "noEngineReferences": false +}
\ No newline at end of file |