Callback Interfaces are not working anymore

Hello, I'm trying to use "IPunOwnershipCallbacks" Interface, but none of its method are accessible anymore, just as with any other PUN Interface.

What I'm missing?

Many thanks!

Comments

  • The IPunOwnershipCallbacks is there and works. Implement it and make sure your class registers to get the callbacks (they are only called on a list of registered instances)...