Eventually, your project will reach the stage where you want to share it with the world. Exporting your project means converting it into a package that can be run by someone who doesn't have the Godot editor. You can export your project for a number of popular platforms.
At the time of writing, Godot supports the following target platforms:
- Windows Universal
- Windows Desktop
- macOS
- Linux
- Android (mobile)
- iOS (mobile)
- HTML5 (web)
The method for exporting the project varies depending on the platform you are targeting. For example, to export for iOS, you must be running on a macOS computer with Xcode installed.
Each platform is unique, and some features of your game may not work on some platforms because of hardware limitations, screen size, or other factors. As an example, if you wanted to export the Coin Dash game (from Chapter 1, Introduction) for the Android...