CarlLandry357@lemmy.world to Programming@programming.dev · 3 months agoWhich is better, Unity or Godot?rocketbrush.comexternal-linkmessage-square24linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkWhich is better, Unity or Godot?rocketbrush.comCarlLandry357@lemmy.world to Programming@programming.dev · 3 months agomessage-square24linkfedilink
minus-squarethericofactor@sh.itjust.workslinkfedilinkarrow-up0·3 months agoWould 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?
minus-squarephonics@lemmy.worldlinkfedilinkarrow-up0·3 months agoYou can export your projects for both yeah.
minus-squareexist@sopuli.xyzlinkfedilinkarrow-up0·3 months agoIt 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.
minus-squaremagic_smoke@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up0·3 months agoIf 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
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?
You can export your projects for both yeah.
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.
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