Attention
You are reading the latest
(unstable) version of this documentation, which may document features not available
or compatible with Godot 3.x.
Checking the stable version of the documentation...
Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
Mesh¶
Modifiers¶
There is an exporting option Apply Modifiers
to
control whether mesh modifiers are applied to the exported mesh.
Shape Key¶
Exporting mesh shape key is supported, however exporting each shape key is almost like exporting the mesh again, so don't be surprised it takes a relatively long time.
Warning
A lot of modifiers are not compatible with shape keys
(e.g. subsurface modifier), so if you found you have
incorrect shape keys exported, try to disable Apply Modifiers
and do the exporting again. Besides, it is worthwhile to report the
incompatible modifier to the issue list,
which helps to develop the exporter to have a more precise check of modifiers.