@@ -64,18 +64,18 @@ supported yet, but the supported platforms continue to grow.
64
64
65
65
To open the export menu, click the **Export ** button:
66
66
67
- .. image :: img/export.png
67
+ .. image :: img/export.webp
68
68
69
69
The export menu will open. However, it will be completely empty.
70
70
This is because we need to add an export preset.
71
71
72
- .. image :: img/export_dialog.png
72
+ .. image :: img/export_dialog.webp
73
73
74
74
To create an export preset, click the **Add… ** button at the top
75
75
of the export menu. This will open a drop-down list of platforms
76
76
to choose from for an export preset.
77
77
78
- .. image :: img/export_preset.png
78
+ .. image :: img/export_preset.webp
79
79
80
80
The default options are often enough to export, so tweaking them is
81
81
usually not necessary. However, many platforms require additional
@@ -84,7 +84,7 @@ needs export templates installed to create packages. The export menu
84
84
will complain when something is missing and will not allow the user to
85
85
export for that platform until they resolve it:
86
86
87
- .. image :: img/export_error.png
87
+ .. image :: img/export_error.webp
88
88
89
89
At that time, the user is expected to come back to the documentation and follow
90
90
instructions on how to properly set up that platform.
@@ -111,7 +111,7 @@ TPZ file (which is a renamed ZIP archive) from the
111
111
Once downloaded, they can be installed using the **Install Export Templates **
112
112
option in the editor:
113
113
114
- .. image :: img/exptemp.png
114
+ .. image :: img/export_templates.webp
115
115
116
116
.. _doc_exporting_projects_export_mode :
117
117
@@ -125,14 +125,23 @@ creates the package. There are 3 different modes for exporting:
125
125
- Export selected scenes (and dependencies)
126
126
- Export selected resources (and dependencies)
127
127
128
- .. image :: img/expres.png
128
+ .. image :: img/export_resources.webp
129
129
130
130
**Export all resources in the project ** will export every resource in the
131
131
project. **Export selected scenes ** and **Export selected resources ** gives
132
132
you a list of the scenes or resources in the project, and you have to
133
133
select every scene or resource you want to export.
134
134
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.
136
145
137
146
.. note ::
138
147
0 commit comments