Is this a glitch or a PUN limitation?

Options
I've just discovered that RPCs only work on an exact type match. So if you have a GO with a component that derives from a component with an RPC and you try to invoke that RPC, you'll get an error saying the PhotonView does not contain that RPC, even though it does, it's just in the base type of the component.
This seems like a serious limitation to me. Is this a glitch or intended?

Comments

  • Tobias
    Options
    Actually, I would expect this to work, as we don't explicitly skip inherited methods.
    Which PUN version are you using? Which Unity version?