Gui not showing when accessing AudioSource.Volume
- by Lautaro
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…