I have
- A GuiManager class
- A SoundManager with 2 AudioSources
- SfxPlayer is created in the inspector on the same object as SoundManager
- MusicPlayer is created programatically within the SoundManager
If i from anywhere in the GuiManager access the volume of MusicPlayer then all the Gui dissapears. Nothing is shown, not even the start menu. I dont get any errors or exceptions. I dont have any Try Catch statements.
Anyone knows whats up?