Masterclient not replicating position via Transform View

Options
I have a bit of an odd problem where no one in the room can see the master client's transform move, but every other client joining after works fine (the master client can see them move and they can see each other move). They all use the same player prefab, network instantiated in OnJoinRoom, with a photon view and hooked up transform view. Is there anything special I need to do with the views on the master client?

Comments

  • ricardocaste
    Options
    I have the same problem :(
  • [Deleted User]
    Options
    Hi @ricardocaste,

    using an attached PhotonTransformView component which is added to the observed components of the also attached PhotonView component should work without problems. Can you please tell us some more details about the problems you are currently facing?