PhotonView not working

Options
I have created a basic multiplayer game following these tutorials:
https://www.youtube.com/watch?v=IsiWRD1Xh5g

I've used overrides to print debug messages, and when I start a game, the first player creates a new room and PUN spawns the player, then when I join with a second client, I can see the messages that indicate that the 2nd player joined the same room, and the first player gets the notification that the new player has joined the same session, yet I can't see the other player in either of the clients, I can only see myself.

I've added PhotonView and Photon Transform to the character mesh, and set it to observe the mesh model, yet I can never see other players and they can never see me... What am I missing?

Comments

  • P2B_Gaming
    Options
    Just to clarify, the player prefab which has the mesh, has the photonview and photon transform in it.