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
95 lines (95 loc) · 3.56 KB
/
Copy pathBase.buildconfiguration
File metadata and controls
95 lines (95 loc) · 3.56 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"Show": true,
"Dependencies": [],
"Components": [
{
"$type": "Unity.Build.Common.GeneralSettings, Unity.Build",
"ProductName": "NetcodeSamples",
"CompanyName": "Unity Technologies",
"Version": "0.1"
},
{
"$type": "Unity.Build.Common.SceneList, Unity.Build",
"$version": 1,
"BuildCurrentScene": false,
"SceneInfos": [
{
"Scene": "GlobalObjectId_V1-1-78517606c5abc4802a5a988a3f3fc2bf-102900000-0",
"AutoLoad": true
},
{
"Scene": "GlobalObjectId_V1-1-06ff0d515097f4e60973d2ca8d13eb39-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-e1d9a388defac7049a631b0047b4278e-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-46d38099d1fc14425a0f07eff0d05a93-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-87e39eaa89fb14d36836ac169c4259e0-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-d82373bbdea1f8744be2e30aed760957-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-998e01b18de7849b7ae73384062aa9d5-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-4cbe01b86844d4e719a3ad9d806e43ba-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-001253cdb73684a52b79be89e69df75b-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-5ad911e91463347e9885555d2d19e289-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-ebf120ae2dfed4ea9bb75f83b7ecdd1e-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-2418473ae6e6248b5803823efb4de8f5-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-ba6070794104a46da93b6b86088e3c01-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-9becba3d8791e41dc88d2151be0640f7-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-d775a53e92655c74f8ceb41730800e49-102900000-0",
"AutoLoad": false
},
{
"Scene": "GlobalObjectId_V1-1-bef98bc3729e842e5b2f2cc28f19931d-102900000-0",
"AutoLoad": false
}
]
},
{
"$type": "Unity.Build.Classic.ClassicScriptingSettings, Unity.Build.Classic",
"ScriptingBackend": 0,
"Il2CppCompilerConfiguration": 1,
"UseIncrementalGC": false
},
{
"$type": "Unity.Build.Common.PlayerScriptingDefines, Unity.Build",
"Defines": [
"FRONTEND_PLAYER_BUILD"
]
}
]
}