1 min read

How to make a mobile app using Godot Engine?

Step-by-step Guide to Create a Mobile App in Godot

Follow the below steps to create a mobile app using the Godot Engine:

  1. Start Godot and open your project.
  2. Configure your app by going to Project > Project Settings > Application > Config. Here, you can set the app's details like its name and icon.
  3. Create your scenes and scripts for the app.
  4. Install export templates by going to the Editor in the top left, then click 'Manage Export Templates'. You’ll need to download the version corresponding to your Godot Engine version.
  5. Export your project for Android or iOS. This process varies for both OS:
    • For Android, you need to download the Android SDK and create a debug.keystore file.
    • For iOS, you’ll need an iOS export presets along with an Apple Developer account for signing.
  6. Test your application on an emulator or device.
  7. Upload your app to Google Play Store or Apple App Store.