Hello everyone.
I can’t figure out how to send sprite animation information to other players.
I tried calling an RPC method with the information, though I got tihs error: Sending RPC failed because ‘Move’ parameter 0 (UnityEngine.Sprite) is not supported. UnityEngine.NetworkView:RPC(String, RPCMode, Object[ ])
“Move” is the method name.
Anyone got any ideas?
Drive your sprite animation through Mecanim parameters, and synchronize either the values of those parameters, or the thing that drives the parameters.
I’ll try that, thanks.