RPC List for cross platform

Options
Hi, I am making a cross platform game that can be played on pc and mobile. I noticed the RPC list for the PC had 15 items by default and that the mobile had 9. Will this cause mismatch of calling PUN Rpc methods? If not, how do i resolve this?

Comments

  • Hi @yenachem,

    you don't have to resolve this. If you make sure that you are only using and calling RPCs that are added to and are available on the list (on all platforms), you won't have any problems.