-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy pathtestproject.asmdef
More file actions
31 lines (31 loc) · 836 Bytes
/
testproject.asmdef
File metadata and controls
31 lines (31 loc) · 836 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
{
"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"
],
"versionDefines": [
{
"name": "com.unity.services.relay",
"expression": "0.0.1-preview.3",
"define": "ENABLE_RELAY_SERVICE"
},
{
"name": "Unity",
"expression": "(0,2022.2.0a5)",
"define": "UNITY_UNET_PRESENT"
},
{
"name": "com.unity.addressables",
"expression": "",
"define": "TESTPROJECT_USE_ADDRESSABLES"
}
]
}