Hello is there a way to simply create a new scene through script and name it when a new player starts, it’s for a multiplayer game I have brainstorming but this is kinda the starting point for me.
There is the way to make a scene:
Scene newScene = SceneManager.CreateScene("My New Scene");