How it works Photon View?

Options
I'm having trouble getting the other player to see changes in the game.
In the tutorial (DemoBoxes) only the fact that Photon View is in the object makes it work. What's wrong with mine?

Comments

  • Hi @Givago,

    the game object requires an additional component besides the PhotonView itself. This one is called PhotonTransformView. With the help of this component you can enable synchronization for position, rotation and even scale. After adding this component and having it set up properly it needs to be observed by the PhotonView component. Therefore simply drag and drop the PhotonTransformView component onto the observed components of the PhotonView.

    If you still have problems with synchronization, you can also take a look at the Basics Tutorial, which also describes the process.