Major pipeline changes to map building, introducing 3player map, and adding Shared build mode to level authoring options
This commit is contained in:
parent
749c9203de
commit
2b1aee3e03
37 changed files with 5418 additions and 30 deletions
39
Assets/_Project/Settings/MapTemplate.asset
Normal file
39
Assets/_Project/Settings/MapTemplate.asset
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: fb7355881928ea146a26471078f207c2, type: 3}
|
||||
m_Name: MapTemplate
|
||||
m_EditorClassIdentifier: Assembly-CSharp-Editor::TD.Levels.Editor.MapTemplate
|
||||
matchServicesPrefab: {fileID: 1445952844252628864, guid: 13be8328f6275e14da787f25c94683ee, type: 3}
|
||||
matchNetworkPrefab: {fileID: 8429081419068942390, guid: 7116de1968afffb4990ee24f709612fb, type: 3}
|
||||
sceneFolderAsset: {fileID: 102900000, guid: 1ac41b242a484844a85bb02ca1ae9f1f, type: 3}
|
||||
mainMenuScene: {fileID: 102900000, guid: 1f4cb4a6391f5e94285960890282b70e, type: 3}
|
||||
sceneFolder: Assets/_Project/Scenes/Levels
|
||||
mainMenuScenePath: Assets/_Project/Scenes/UI_Scenes/MainMenu.unity
|
||||
terrainMaterial: {fileID: 2100000, guid: 594ea882c5a793440b60ff72d896021e, type: 2}
|
||||
terrainLayers:
|
||||
- {fileID: 8574412962073106934, guid: f72a840f9f0991747a2d10c3c220bd27, type: 2}
|
||||
- {fileID: 8574412962073106934, guid: 445b935ebf050f74a96e491cb1596964, type: 2}
|
||||
- {fileID: 8574412962073106934, guid: faa5ef4eade0336408d27e4e78ebf1a6, type: 2}
|
||||
- {fileID: 8574412962073106934, guid: 79a46a4f0f2c8a04a9f50c26dc17dc48, type: 2}
|
||||
terrainHeightmapResolution: 513
|
||||
terrainHeight: 60
|
||||
terrainSkirtTiles: 20
|
||||
terrainCarveDepth: 5
|
||||
defaultMapWidth: 100
|
||||
defaultMapHeight: 100
|
||||
playAreaMargin: 4
|
||||
goalDepth: 5
|
||||
goalWidth: 10
|
||||
spawnerDepth: 5
|
||||
spawnerWidth: 10
|
||||
leakGateWidth: 8
|
||||
minBandDepth: 8
|
||||
Loading…
Add table
Add a link
Reference in a new issue