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
A node that replaces its children with a MultiMeshInstance
MMITool
A plugin for Godot (3.3) that simplifies working with MultimeshInstances. If you have a lot of repeating models in a 3D scene, you should optimize it by using a MultiMesh. Godot's editor doesn't make that easy, and you have to place your meshes by code.
With this tool, you can place everything visually and not have to worry about performance hits.
Usage:
- Download repo and extract the addons folder (or use the Assetlib)
- Activate plugin
- Add a MMITool node to your scene
- Add anything that has a 3D position (e.g. Spatial) as children
- Set your mesh
- (Optional: set a collision shape, or just let it autogenerate for you)
If you want to bake lighting, add the actual model as children, it will run slow in your editor but will work fine once exported.
A node that replaces its children with a MultiMeshInstance
Reviews
Quick Information
A node that replaces its children with a MultiMeshInstance