Unity Networking

Started by
1 comment, last by hplus0603 4 years, 10 months ago

Hi guys,

since UNET is deprecated Unity game engine has no any official networking solution for the moment.

I wrote a short article about it recently - https://www.noobdoaaa.com/read=13

Which networking solution do you plan to use for Unity multiplayer games in 2019?

Please share your experience.

"Noob do AAA" - my game development blog.

Advertisement

How about using Unreal Engine 4 instead? It has pretty good networking, and if it's not good enough, writing your own extensions in C++ (say, on top of UDP libraries) is very easy (wizards are integrated into the game editor.)

 

enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement