- Home /
Why is networkbehaviour underlined in green?
i don't understand why networking doesn't work for me. Is it because i am using the free version of unity? on the networking scripts it says things like: "the high level API classes are deprecated and will be removed in the future"
Answer by Bunny83 · Jan 09, 2019 at 02:05 AM
Because
the high level API classes are deprecated and will be removed in the future
How should we say it more clear? If you had an eye on the development of Unity you may have noticed that they worked on a new networking solution (again). For more details see the UNet deprecation FAQ and the blog about the new network system
So I can no longer create a multiplayer game until they implement the new networking system?
Don't you have read the information at the two links? UNet will still be supported up to about 2021. According to the plan the new system had already been launched, though i'm not always up-to-date with the Unity development status.
Apart from that you are never forced to use / rely on Unity's network solution. There are plenty third party network solutions for Unity. And in the end you can always roll your own if you have to.