the observer monobehaviour (player(clone))of this photonview does not implement OnPhotonSerializeVi

i started a multiplayer project and everything was working fine but all of a sudden i have this error when a player joins the room the wierd thing is that everything is still working fine and as it’s expected , except for this error can any one help me understand where it comes from and what it means ?

Make sure your “observed” script implements the named method correctly.

In doubt, to re-learn the steps needed to use PUN, re-do the “Basics Tutorial”:

actually i figured one of the observed scripts doesn’t implement onPhotonSerilizeVeiw method xD pretty obvious and stupid i know i didn’t even know that am even observing that script