I have a simple multiplayer game that I've been working on for standalone, but I wanted to try to get it to run on mobile. When I tried to build for Windows phone 8, it gives me this error for every RPC call that I have.
No attribute with the name 'RPC' or 'RPCAttribute' was found (attribute names are case insensitive). Did you mean 'System.Security.Cryptography.Rfc2898DeriveBytes'?
Can you not use RPCs on mobile devices?
↧