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 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:
    5,533
    Fishnet supports this multi-scene feature, NGO does not unless you program custom scene management. Cannot comment on Photon.
     
    MrBigly likes this.