Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Switching scenes without using networkscenemanager

Discussion in 'Netcode for GameObjects' started by eitanbariboa, Nov 30, 2021.

  1. eitanbariboa

    eitanbariboa

    Joined:
    Mar 19, 2020
    Posts:
    26
    Hi i am trying to change users scene without networkscenemanager.

    I disabled NetworkManager.EnableSceneManagement.
    And switched their scenes through ServerRpc but players can't see players. Why?

    Did someone get it working?
     
  2. luke-unity

    luke-unity

    Joined:
    Sep 30, 2020
    Posts:
    306
    You will have to use NetworkSceneManager if you want to switch scenes while the NetworkManager is running. Disabling `EnableSceneManagement` is just there to disable scene switching entirely it doesn't allow you to manually switch scenes.