Skip to content

Commit

Permalink
Merge pull request #8773 from hakro/explain-export-buttons
Browse files Browse the repository at this point in the history
Explain what the different buttons do in the Export menu
  • Loading branch information
skyace65 authored Jan 22, 2024
2 parents 578b605 + dcff582 commit 4f1feac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tutorials/export/exporting_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ export for that platform until they resolve it:
At that time, the user is expected to come back to the documentation and follow
instructions on how to properly set up that platform.

The buttons at the bottom of the menu allow you to export the project in a few
different ways:

- Export All: Export the project as a playable build (Godot executable and project data)
for all the presets defined. All presets must have an **Export Path** defined for this
to work.
- Export Project: Export the project as a playable build
(Godot executable and project data) for the selected preset.
- Export PCK/ZIP: Export the project resources as a PCK or ZIP package.
This is not a playable build, it only exports the project data without a Godot executable.

Export templates
~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 4f1feac

Please sign in to comment.