-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy pathtestproject.asmdef
More file actions
35 lines (35 loc) · 978 Bytes
/
testproject.asmdef
File metadata and controls
35 lines (35 loc) · 978 Bytes
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": "TestProject",
"rootNamespace": "",
"references": [
"Unity.Netcode.Runtime",
"Unity.Netcode.Editor",
"Unity.Netcode.Components",
"Unity.Netcode.Adapter.UTP",
"Unity.Services.Authentication",
"Unity.Services.Core",
"Unity.Services.Relay",
"Unity.Addressables.Editor",
"Unity.Networking.Transport"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.services.relay",
"expression": "0.0.1-preview.3",
"define": "ENABLE_RELAY_SERVICE"
},
{
"name": "com.unity.addressables",
"expression": "",
"define": "TESTPROJECT_USE_ADDRESSABLES"
}
],
"noEngineReferences": false
}