Is there a command to make objects synch data?

Options
It seems like information is only sent between the Photon Views when the variable changes. However, if player 1 assigned something before player 2 joined, it doesn't seem to force that variable to synch across.

Is there a command to have all streams on a particular view sync up? Or does OnPhotonSerializeView run only when a variable in one of the streams change?

Best Answer

  • Kym
    Kym
    Answer ✓
    Options
    I've found a work around by forcing the game to wait until both players are in the game before making informational changes.

Answers

  • Kym
    Kym
    Answer ✓
    Options
    I've found a work around by forcing the game to wait until both players are in the game before making informational changes.