Do you think Godot Engine good for multiplayer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By batinyaren

tell about your experience in this field, Can a good multiplayer game be made with Godot?

There are not many multiplayer resources about Godot 4, what can happen in the future?

:bust_in_silhouette: Reply From: Moreus

You can create any multiplayer game you want. For low-level networking, you can refer to the documentation for the UDP server class at: UDPServer — Godot Engine (stable) documentation in English. It will depend on your experience level. For high-level networking, you can check out the tutorial at: High-level multiplayer — Godot Engine (stable) documentation in English. However, there is not enough documentation for high-level networking in C#. In the future, more networking templates and tutorials will be added.