forked from Unity-Technologies/EntityComponentSystemSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiOS-ClientServer.buildconfiguration
More file actions
33 lines (33 loc) · 1.06 KB
/
Copy pathiOS-ClientServer.buildconfiguration
File metadata and controls
33 lines (33 loc) · 1.06 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
{
"Show": true,
"Dependencies": [
"GlobalObjectId_V1-1-687ff696e4df441e5931eb81db4d1db0-93214019566545601-0",
"GlobalObjectId_V1-1-efd815fb310344e61bf5fa7dc0f06555-93214019566545601-0"
],
"Components": [
{
"$type": "Unity.Build.Classic.ClassicScriptingSettings, Unity.Build.Classic",
"ScriptingBackend": 1,
"Il2CppCompilerConfiguration": 1,
"UseIncrementalGC": false
},
{
"$type": "Unity.Build.Classic.ClassicBuildProfile, Unity.Build.Classic",
"$version": 1,
"Platform": "ios",
"Configuration": 2
},
{
"$type": "Unity.Build.Classic.ClassicCodeStrippingOptions, Unity.Build.Classic",
"StripEngineCode": false,
"ManagedStrippingLevel": 1
},
{
"$type": "Unity.Build.Common.PlayerScriptingDefines, Unity.Build",
"Defines": [
"ENABLE_HYBRID_RENDERER_V2",
"FRONTEND_PLAYER_BUILD"
]
}
]
}