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
Create squishy Softbody2D that can simulate bouncy or deformable or breakable bodies.If you want Breakable Softbody2D add RigidbodyScript field to breakable_rigidbody2d.gd(done in inspector at SoftBody2D/Rigidbody/Rigidbody Script) , which you can also extend.Add Softbody2D script to Polygon2D with texture. Click bake.
softbody2d
Based on Polygon2d Generator. Generates polygon outline, internal vertices, bones and rigidbodies so you can turn a texture into a softbody2d.
Create squishy Softbody2D that can simulate bouncy or deformable or breakable bodies.
If you want Breakable Softbody2D add RigidbodyScript field to breakable_rigidbody2d.gd(done in inspector at SoftBody2D/Rigidbody/Rigidbody Script) , which you can also extend.
Add Softbody2D script to Polygon2D with texture. Click bake.
Reviews
Quick Information
Create squishy Softbody2D that can simulate bouncy or deformable or breakable bodies.If you want Breakable Softbody2D add RigidbodyScript field to breakable_rigidbody2d.gd(done in inspector at SoftBody2D/Rigidbody/Rigidbody Script) , which you can also extend.Add Softbody2D script to Polygon2D with texture. Click bake.