Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Player traveling between scenes.

Discussion in 'Multiplayer' started by Ryro, Mar 25, 2023.

  1. Ryro

    Ryro

    Joined:
    Feb 27, 2022
    Posts:
    1
    I am trying to develop a small MMO game and I am facing an issue. I need to make it so that when a player enters a house, they are sent to the scene that contains the interior of that house, and only display players who are also in that house. Does anyone know of a solution to make this work? It can be using Netcode, Netfish, or Photon2.
     
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    2,480
    Fishnet supports this multi-scene feature, NGO does not unless you program custom scene management. Cannot comment on Photon.
     
    MrBigly likes this.