forked from Unity-Technologies/EntityComponentSystemSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSamplesTest.asmdef
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathSamplesTest.asmdef
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "Unity.Physics.Samples.Test",
"references": [
"Unity.Burst",
"Unity.Collections",
"Unity.Entities",
"Unity.Entities.Hybrid",
"Unity.Entities.Tests",
"Unity.Mathematics",
"Unity.Physics",
"Havok.Physics",
"UnityEditor.TestRunner",
"UnityEngine.TestRunner",
"Unity.PerformanceTesting"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.havok.physics",
"expression": "0.0.0",
"define": "HAVOK_PHYSICS_EXISTS"
},
{
"name": "com.unity.inputsystem",
"expression": "0.0.0",
"define": "UNITY_INPUT_SYSTEM_EXISTS"
}
],
"noEngineReferences": false
}