forked from Unity-Technologies/EntityComponentSystemSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBase.buildconfiguration
More file actions
29 lines (29 loc) · 874 Bytes
/
Copy pathBase.buildconfiguration
File metadata and controls
29 lines (29 loc) · 874 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
{
"Show": true,
"Dependencies": [],
"Components": [
{
"$type": "Unity.Build.Common.GeneralSettings, Unity.Build",
"ProductName": "SubSceneLevelSync",
"CompanyName": "Unity",
"Version": "1.0.0"
},
{
"$type": "Unity.Build.Common.SceneList, Unity.Build",
"$version": 1,
"BuildCurrentScene": false,
"SceneInfos": [
{
"Scene": "GlobalObjectId_V1-1-741e8e69375943949a7f103ef24c4875-102900000-0",
"AutoLoad": true
}
]
},
{
"$type": "Unity.Build.Classic.ClassicScriptingSettings, Unity.Build.Classic",
"ScriptingBackend": 0,
"Il2CppCompilerConfiguration": 1,
"UseIncrementalGC": false
}
]
}