Error Photon View

Options
Good morning, I have a problem with the multiplayer of NWH Vehicle Physics 2. I have made a separate scene where if you hit the button, it connects to the PUN master and loads a room, when it loads it creates a prefab of the car with the components of photon view, etc. The problem is that if I am not the master the other players do not load but if I am in the master I see the other players. I have created a text where I indicate the players that are in the room (master, guest) and it indicates that there are two but not from the guest window I do not see the other players

Comments

  • L3sc
    L3sc
    edited May 2020
    Options
    First of all what is your create prefab method? Who is create room fistly these client could be master. So basically who joining room you can instantiate prefab using PhotonNetwork.Instantiate. In this way the owner of the object is the creator of it.