Skip to content

Commit 4f1feac

Browse files
authored
Merge pull request godotengine#8773 from hakro/explain-export-buttons
Explain what the different buttons do in the Export menu
2 parents 578b605 + dcff582 commit 4f1feac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tutorials/export/exporting_projects.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ export for that platform until they resolve it:
8989
At that time, the user is expected to come back to the documentation and follow
9090
instructions on how to properly set up that platform.
9191

92+
The buttons at the bottom of the menu allow you to export the project in a few
93+
different ways:
94+
95+
- Export All: Export the project as a playable build (Godot executable and project data)
96+
for all the presets defined. All presets must have an **Export Path** defined for this
97+
to work.
98+
- Export Project: Export the project as a playable build
99+
(Godot executable and project data) for the selected preset.
100+
- Export PCK/ZIP: Export the project resources as a PCK or ZIP package.
101+
This is not a playable build, it only exports the project data without a Godot executable.
102+
92103
Export templates
93104
~~~~~~~~~~~~~~~~
94105

0 commit comments

Comments
 (0)