I'm making a game and I have 5 scenes for now, and I need DontDestroyOnLoad() because the player can collect stuff on each level and get it back to starting scene (base)
But I want to make one "subscene" where I don't want to use player and the same camera, is there any way to temporarily disable DontDestroyOnLoad()? Or anything like that
↧