This can be seen as the initial state of the project after the released demo.
The changes include:
- New ship models
- Singleton manager structure to keep project scaleable in the future
- Managing players, their settings, character choices, statistics, match setups, controls etc. in a separate decoupled scene
- Main menu with transitions to the arena scene
- Beginnings of a custom audio solution
- Logging with Log4Net
It is really a complete overhaul of the projects structure and management.
20 lines
506 B
Plaintext
20 lines
506 B
Plaintext
%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: e8e34096b6ebcdd41a24bcf4ecc8ec4d, type: 3}
|
|
m_Name: DefaultArena
|
|
m_EditorClassIdentifier:
|
|
minPlayerCount: 2
|
|
maxPlayerCount: 2
|
|
spawnPositions:
|
|
- {x: -5, y: 0, z: 0}
|
|
- {x: 5, y: 0, z: 0}
|