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
Shatter meshes into shards in Godot 4.This addon creates a polygon explosion effect similar to Sword Art Online.Usage:1. Add the addon to your game's addons folder.2. Attach the ShardShatter.gd script to a node.3. In the Editor group, set Target Path to the node you want to shatter (preferably a MeshInstance3D).4. Press Shatter to shatter the target node!5. Alternatively, call the shatter method on the node with the script.
Shard Shatter
Shatter meshes into shards in Godot 4.
This addon creates a polygon explosion effect similar to Sword Art Online.
Preview
Usage
- Add the addon to your game's
addonsfolder. - Attach the
ShardShatter.gdscript to a node. - In the
Editorgroup, setTarget Pathto the node you want to shatter (preferably aMeshInstance3D). - Press
Shatterto shatter the target node! - Alternatively, call the
shattermethod on the node with the script.
Explanation
The script applies an overlay shader to the mesh instances in the target node, which causes them to fade into a glow.
Then, the target node is hidden, and a large number of GPU particles are emitted from a sphere shape.
Shatter meshes into shards in Godot 4.
This addon creates a polygon explosion effect similar to Sword Art Online.
Usage:
1. Add the addon to your game's addons folder.
2. Attach the ShardShatter.gd script to a node.
3. In the Editor group, set Target Path to the node you want to shatter (preferably a MeshInstance3D).
4. Press Shatter to shatter the target node!
5. Alternatively, call the shatter method on the node with the script.
Reviews
Quick Information
Shatter meshes into shards in Godot 4.This addon creates a polygon explosion effect similar to Sword Art Online.Usage:1. Add the addon to your game's addons folder.2. Attach the ShardShatter.gd script to a node.3. In the Editor group, set Target Path to the node you want to shatter (preferably a MeshInstance3D).4. Press Shatter to shatter the target node!5. Alternatively, call the shatter method on the node with the script.