- Home /
NetworkView RPC functions are deprecated
NetworkView RPC functions are deprecated now,what functions can replace RPC?
Answer by nwpu053741 · Dec 13, 2016 at 08:21 AM
U need this :https://docs.unity3d.com/Manual/UNetActions.html
Answer by Artaani · Dec 13, 2016 at 07:53 AM
It became depricated since in version 5.1, Unity added completely new network system called UNET.
In UNET this function replaced with [Command] and [ClientRpc]
https://docs.unity3d.com/Manual/UNetActions.html
But personaly I am absolutely dislike this new UNET, Like for me, it is far more complicated, less flexible, confusing and have terrible tutorials.
It is sad that network system was degraded and now console is flooded with warnings about deprecated RPC which can't be disabled.
Your answer
Follow this Question
Related Questions
Adding a NetworkView component at runtime 3 Answers
Can NetworkView sync 2 different scripts? 1 Answer
Multiplayer Control 0 Answers