Exporting our game to other platforms
Now that our game is published and everyone can play it, let’s take a quick look at how to export to other platforms that are not regular computers.
Mobile platforms
For mobile devices, such as Android and iOS devices, the process is a little more intricate. However, once the process is set up, it will be very reliable. You can find guides to export to mobile platforms in the official Godot Engine documentation:
- Exporting to Android: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
- Exporting to iOS: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_ios.html
Next to simply exporting the game, you’ll also need to account for the fact that mobile devices, mostly, don’t have external buttons, so the gameplay should account for touchscreen controls.
Consoles
Let’s address the elephant in the room – what about exporting to consoles...