Hello, this is my first question
I know that the way to manage scenes it is through the SceneManager API in SceneManagement namespasce so my question is:
I should manage my scenes with a GameManager (Game object) that has the SceneManager API or create a game object called “SceneHandler” that will have the API and it will be passed as a reference to the GameManager?