1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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
}
|