-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Reese.Demo.asmdef
35 lines (35 loc) · 871 Bytes
/
Reese.Demo.asmdef
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
{
"name": "Reese.Demo",
"references": [
"Reese.Epg",
"Reese.Math",
"Reese.Nav",
"Reese.Path",
"Reese.Random",
"Reese.Spatial",
"Reese.Utility",
"Unity.Burst",
"Unity.Collections",
"Unity.Entities",
"Unity.Entities.Hybrid",
"Unity.Jobs",
"Unity.Mathematics",
"Unity.Mathematics.Extensions",
"Unity.Physics",
"Unity.Physics.Hybrid",
"Unity.Rendering.Hybrid",
"Unity.Transforms",
"Unity.Transforms.Hybrid"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}