Space-Smash-Out/Assets/Scripts/Managers
Jakob Feldmann 5278d5ba81 feat: ship particle effects, base properties, gravity fix
All ships now have their own properties, which are modifiers for the base ship properties.
The base behaviour of all ships can now be easily changed, while the individual differences are still respected.

Ship states now trigger particle emissions & effects. This is still messy and mixed with
sounds. Will be overhauled once ship state machine is introduced.

To calculate gravity you now need to specify the gravity source transform.
2024-05-05 17:48:27 +02:00
..
AffectingForcesManager.cs feat: ship particle effects, base properties, gravity fix 2024-05-05 17:48:27 +02:00
AffectingForcesManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
AudioManager.cs fix: introduced assetbundles, instead of reading from folder 2024-04-18 20:23:17 +02:00
AudioManager.cs.meta feat: audio management/playback features 2024-04-10 16:57:25 +02:00
CharacterManager.cs feat: improved loading from Files/AssetBundles depending on the environment -> Editor or Built Executable 2024-04-19 21:32:41 +02:00
CharacterManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
ControlsManager.cs feat: new ingame pause menu, with transition to main menu 2024-04-17 00:52:58 +02:00
ControlsManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
GameManager.cs feat: added some nice beats :D 2024-04-22 13:37:18 +02:00
GameManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
MatchManager.cs fix: match logic for rounds, hide HUD when in menu 2024-04-22 13:34:37 +02:00
MatchManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
PlayerManager.cs feat: Added FishNet plugin to project and began implementing/testing online multiplayer 2024-04-18 20:24:22 +02:00
PlayerManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
StatisticsManager.cs feat: whole project restructuring 2024-04-01 23:06:39 +02:00
StatisticsManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
UIManager.cs feat: added some nice beats :D 2024-04-22 13:37:18 +02:00
UIManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00