You want to carry over the score to the next scene, You don't want to recreate the GameManager every time. These are common scenarios ...
When switching a scene in Unity using the replace method, the GameObjects from one scene are unloaded and the content of the next ...
A minimal, self-contained example of a bootstrap scene + explicit game-flow state machine, built to show a cleaner alternative to ...