forked from Unity-Technologies/EntityComponentSystemSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClient.buildconfiguration
More file actions
24 lines (24 loc) · 790 Bytes
/
Copy pathClient.buildconfiguration
File metadata and controls
24 lines (24 loc) · 790 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
{
"Show": true,
"Dependencies": [],
"Components": [
{
"$type": "NetCodeConversionSettings, Unity.NetCode.Authoring.Hybrid",
"Target": 2
},
{
"$type": "Unity.Build.Common.PlayerScriptingDefines, Unity.Build",
"Defines": [
"UNITY_CLIENT",
"ENABLE_HYBRID_RENDERER_V2"
]
},
{
"$type": "Unity.Entities.Conversion.ConversionSystemFilterSettings, Unity.Entities.Hybrid",
"ExcludedConversionSystemAssemblies": [
"GlobalObjectId_V1-1-b7d127909f4a04725b3edab4d8700bed-5897886265953266890-0",
"GlobalObjectId_V1-1-78161aee92fd144059f0fc99d4018d7b-5897886265953266890-0"
]
}
]
}