Skip to content

Commit 23d108d

Browse files
authored
Merge pull request #10645 from skyace65/ExportProjectsUpdate
Update exporting projects page
2 parents fa694b5 + 97373a6 commit 23d108d

15 files changed

+16
-7
lines changed

tutorials/export/exporting_projects.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ supported yet, but the supported platforms continue to grow.
6464

6565
To open the export menu, click the **Export** button:
6666

67-
.. image:: img/export.png
67+
.. image:: img/export.webp
6868

6969
The export menu will open. However, it will be completely empty.
7070
This is because we need to add an export preset.
7171

72-
.. image:: img/export_dialog.png
72+
.. image:: img/export_dialog.webp
7373

7474
To create an export preset, click the **Add…** button at the top
7575
of the export menu. This will open a drop-down list of platforms
7676
to choose from for an export preset.
7777

78-
.. image:: img/export_preset.png
78+
.. image:: img/export_preset.webp
7979

8080
The default options are often enough to export, so tweaking them is
8181
usually not necessary. However, many platforms require additional
@@ -84,7 +84,7 @@ needs export templates installed to create packages. The export menu
8484
will complain when something is missing and will not allow the user to
8585
export for that platform until they resolve it:
8686

87-
.. image:: img/export_error.png
87+
.. image:: img/export_error.webp
8888

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.
@@ -111,7 +111,7 @@ TPZ file (which is a renamed ZIP archive) from the
111111
Once downloaded, they can be installed using the **Install Export Templates**
112112
option in the editor:
113113

114-
.. image:: img/exptemp.png
114+
.. image:: img/export_templates.webp
115115

116116
.. _doc_exporting_projects_export_mode:
117117

@@ -125,14 +125,23 @@ creates the package. There are 3 different modes for exporting:
125125
- Export selected scenes (and dependencies)
126126
- Export selected resources (and dependencies)
127127

128-
.. image:: img/expres.png
128+
.. image:: img/export_resources.webp
129129

130130
**Export all resources in the project** will export every resource in the
131131
project. **Export selected scenes** and **Export selected resources** gives
132132
you a list of the scenes or resources in the project, and you have to
133133
select every scene or resource you want to export.
134134

135-
.. image:: img/expselected.png
135+
.. image:: img/export_selected.webp
136+
137+
**Export all resources in the project except resources checked below** does
138+
exactly what it says, everything will be exported except for what you select
139+
in the list.
140+
141+
**Export as dedicated server** will remove all visuals from a project and replace
142+
them with a placeholder. This includes Cubemap, CubemapArray, Material, Mesh,
143+
Texture2D, Texture2DArray, Texture3D. You can also go into the list of files and
144+
specify specific visual resources that you do wish to keep.
136145

137146
.. note::
138147

tutorials/export/img/export.png

-5.83 KB
Binary file not shown.

tutorials/export/img/export.webp

8.85 KB
Binary file not shown.
-5.52 KB
Binary file not shown.
4.43 KB
Binary file not shown.

tutorials/export/img/export_error.png

-9.04 KB
Binary file not shown.
9.12 KB
Binary file not shown.
-6.51 KB
Binary file not shown.
6 KB
Binary file not shown.
12.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)