Search code examples
c#unity-game-enginemultiplayer

Is there a way to make a new scene through script || Unity


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.


Solution

  • There is the way to make a scene:

     Scene newScene = SceneManager.CreateScene("My New Scene");