Skip to content

Commit 206820f

Browse files
authored
chore: add documentation for export project (#15)
1 parent 16a9a52 commit 206820f

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Export Project
2+
3+
## Download Export Templates
4+
5+
First, download the template files for your target operating system:
6+
7+
<div id="release-selector"></div>
8+
9+
## Configure Export Settings
10+
11+
1. In the Godot editor, go to **Project → Export...**
12+
2. Click **Add** to add a new export preset
13+
3. Select your target operating system from the list
14+
![Export project add operating system](images/export_project_add.png)
15+
4. Check the **Advanced Options** checkbox
16+
![Export project paths](images/export_project_paths.png)
17+
5. Set the template paths:
18+
- **Release Template**: Path to the release template file you downloaded
19+
- **Debug Template**: Path to the debug template file you downloaded
20+
Your project is now ready to export for the selected platform.
28.6 KB
Loading
14 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ nav:
1313
- Docs:
1414
- Getting Started: documentation/getting-started.md
1515
- Use External Editor: documentation/use-external-editor.md
16+
- Export Project: documentation/export-project.md
1617
- Scripting:
1718
- Intro: documentation/godot-js-scripts/intro.md
1819
- Decorators: documentation/godot-js-scripts/decorators.md

0 commit comments

Comments
 (0)