$ 0 0 Hi guys I am used to the legacy networking so I used to use code like this: Code (CSharp): netView.RPC("rpcName", Target); [RPC] void rpcName () { //Do something } So how do I do that with the new Unity Networking? Thanks!