Why are my Music Manager variables resetting between levels?

Hey there @JGoodroad! Generally retaining data would be put into the Game Instance and then “unpacked” when needed, but if you want true persistence, you may need to create a Game Instance derived class or a Game Instance Subsystem and translate the audio handler to it, which (I think!) should retain persistence functionality of the GI.

2 Likes