How to use MonoBehaviorPunCallBacks

Options
This may be a pretty trivial issue but I'm trying to implement OnPlayerPropertiesUpdate in one of my C# scripts but its giving me the error ".OnPlayerPropertiesUpdate(Player, Hashtable): no suitable method found to override". My class is already inheriting from MonoBehaviorPunCallBacks so I'm not sure what the problem is. Could anyone inform me how to use a photon method like this? Thanks!

Comments

  • zblase
    Options
    Update: I got the function to work on a script that was associated directly to a photon view. That must've been the trick