Which is better, Unity or Godot?

https://lemmy.world/post/43713904

Which is better, Unity or Godot? - Lemmy.World

Lemmy

Would it be possible in Godot to create a multiplayer strategy game on iOS and Android? Anyone have resources to sync game states over the internet?
It would be similar to how you do it in Unity. Godot has similar networking to UNET that existed back then. The docs are pretty easy to understand.
You can export your projects for both yeah.
I know I’ve read somewhere that you can export the projects to Steam or Playstore. I’m just a beginner though.
High-level multiplayer

High-level vs low-level API: The following explains the differences of high- and low-level networking in Godot as well as some fundamentals. If you want to jump in head-first and add networking to ...

Godot Engine documentation