Space-Smash-Out/Assets/Scripts/Managers
Jakob Feldmann 6d89d9d48e fix: introduced assetbundles, instead of reading from folder
Reading Assets from folders was only possible in Editor over  LoadAssetFromPath. Now I'm using asset bundles for ScriptedObjects and Audio Prefabs, when the project is built.
When in Editor the folders are still used for convenience (can make changes to assets without rebuilding asset bundles)
2024-04-18 20:23:17 +02:00
..
AffectingForcesManager.cs feat: whole project restructuring 2024-04-01 23:06:39 +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 fix: introduced assetbundles, instead of reading from folder 2024-04-18 20:23:17 +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 logic for multiple rounds and UI for rematch after completed match 2024-04-17 20:56:12 +02:00
GameManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
MatchManager.cs fix: introduced assetbundles, instead of reading from folder 2024-04-18 20:23:17 +02:00
MatchManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00
PlayerManager.cs feat: whole project restructuring 2024-04-01 23:06:39 +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 logic for multiple rounds and UI for rematch after completed match 2024-04-17 20:56:12 +02:00
UIManager.cs.meta feat: whole project restructuring 2024-04-01 23:06:39 +02:00