I created a separate load game object (named Loader) and attached my Game Loader script to that. Inside the script is a “Public GameObject musicPlayer” that is the target of e DontDestroyOnLoad call.
I created a separate load game object (named Loader) and attached my Game Loader script to that. Inside the script is a “Public GameObject musicPlayer” that is the target of e DontDestroyOnLoad call.