Photon syncing components doesn't implement OnPhotonSerializeView()
When a second Player joins the room I get these error for all Photon components for syncing like photon transform/animator view: The observed monobehaviour (Player) of this PhotonView does not implement OnPhotonSerializeView()!
0
Answers
-
It seems your PhotonView "Observed" list contains a few scripts that don't implement the required interface. Look up IPunObservable.
0