OnPhotonPlayerPropertiesChanged() raised only once when two properties changed

Options
If two players change their custom property at nearly the same time, OnPhotonPlayerPropertiesChanged() only seems to fire once. Is this normal operation?

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Spektre,

    Are you using "Expected Properties" in those two calls?
    Maybe one call is failing due to this or some other reason.

    Otherwise, no you should get an OnPhotonPlayerPropertiesChanged callback per successful SetProperties call.