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.
36 lines
974 B
Plaintext
36 lines
974 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: f5cabb9de76fbfa49b5ccac30cd25c68, type: 3}
|
|
m_Name: BlueShip
|
|
m_EditorClassIdentifier:
|
|
shipObject: {fileID: 1372816401649438144, guid: 65cd4fa5e050652409dd9b062365c7e8, type: 3}
|
|
shipName: BlueBlitz
|
|
thrustAcceleration: 1500
|
|
steerVelocity: 300
|
|
normalMaxVelocity: 25
|
|
absolutMaxVelocity: 45
|
|
antiDriftAmount: 6
|
|
minAntiDriftFactor: 0.1
|
|
normalDrag: 3
|
|
maximumDrag: 6
|
|
torqueDrag: 10
|
|
maxBoostCapacity: 3
|
|
minBoostCapacity: 0.6
|
|
boostMagnitude: 2.5
|
|
outsideBoostRate: 0
|
|
boostAntiGravityFactor: 0.8
|
|
stunLooseControlFactor: 0.1
|
|
tackleCriticalStunTime: 0.6
|
|
tackleBodyStunTime: 0.2
|
|
criticalTacklePowerFactor: 60
|
|
normalTacklePowerFactor: 20
|