Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

The scene to mesh converter allow you to convert a complex scene to a single mesh. Select the scene to convert in the scene tree and then either push the "Convert scene to mesh" button or use the "Convert scene to mesh" menu item from the Tools menu.Note: Help improve this plugin through reporting bugs and improvments to the Github repo.
Scene to mesh converter
The Scene to mesh converter is a tool that convert a hierarchy of Node3D nodes into a MeshInstance3D.
How does it work?
- Select a node to convert.
- Push the Convert scene to mesh button on the Spatial editor menu.
- The scene is replaced with a MeshInstace3D.
[!NOTE] If you would like to keep the scene tree, please make a copy before converting. Undo/Redo might still have issues.
Screenshots
The scene to mesh converter allow you to convert a complex scene to a single mesh. Select the scene to convert in the scene tree and then either push the "Convert scene to mesh" button or use the "Convert scene to mesh" menu item from the Tools menu.
Note: Help improve this plugin through reporting bugs and improvments to the Github repo.
Reviews
Quick Information

The scene to mesh converter allow you to convert a complex scene to a single mesh. Select the scene to convert in the scene tree and then either push the "Convert scene to mesh" button or use the "Convert scene to mesh" menu item from the Tools menu.Note: Help improve this plugin through reporting bugs and improvments to the Github repo.