@@ -64,18 +64,18 @@ supported yet, but the supported platforms continue to grow.
6464
6565To open the export menu, click the **Export ** button:
6666
67- .. image :: img/export.png
67+ .. image :: img/export.webp
6868
6969The export menu will open. However, it will be completely empty.
7070This is because we need to add an export preset.
7171
72- .. image :: img/export_dialog.png
72+ .. image :: img/export_dialog.webp
7373
7474To create an export preset, click the **Add… ** button at the top
7575of the export menu. This will open a drop-down list of platforms
7676to choose from for an export preset.
7777
78- .. image :: img/export_preset.png
78+ .. image :: img/export_preset.webp
7979
8080The default options are often enough to export, so tweaking them is
8181usually not necessary. However, many platforms require additional
@@ -84,7 +84,7 @@ needs export templates installed to create packages. The export menu
8484will complain when something is missing and will not allow the user to
8585export for that platform until they resolve it:
8686
87- .. image :: img/export_error.png
87+ .. image :: img/export_error.webp
8888
8989At that time, the user is expected to come back to the documentation and follow
9090instructions on how to properly set up that platform.
@@ -111,7 +111,7 @@ TPZ file (which is a renamed ZIP archive) from the
111111Once downloaded, they can be installed using the **Install Export Templates **
112112option in the editor:
113113
114- .. image :: img/exptemp.png
114+ .. image :: img/exptemp.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/expresources.webp
129129
130130**Export all resources in the project ** will export every resource in the
131131project. **Export selected scenes ** and **Export selected resources ** gives
132132you a list of the scenes or resources in the project, and you have to
133133select every scene or resource you want to export.
134134
135- .. image :: img/expselected.png
135+ .. image :: img/expselected.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
0 commit comments