Scene Instancing?

Options
Just curious if there's a way to make an instance of a scene for every player. Say you have a player owned home, and it's held on a scene. Is there a way for a player to load their own version of that scene?

Thank you all!

Comments

  • jeanfabre
    Options
    Hi,

    yes, totally. But maybe using prefabs would be better?

    You would use the regular SceneManager to load the scenes you want. Photon doesn't impose any rules here. Are you hitting trouble when trying to do so?

    Bye,

    Jean