39
Which is better, Unity or Godot?
(rocketbrush.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
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?
If you ever need information on development, the best place to check first will always be official docs, Good luck on your project!
https://docs.godotengine.org/en/stable/tutorials/networking/high_level_multiplayer.html
https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_ios.html
https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
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.