2D squishy softbodies for the Godot game engine.
Adds the SoftBody2D node which creates a set of RigidBody2Ds and Joint2Ds used with a Skeleton2D in order to deform the texture.
- Automatic (Recommended): Download the plugin from the official Godot Asset Store using the
AssetLib
tab in Godot. - Manual: Download the source code and move only the addons folder into your project addons folder.
You can create multiple types of softbodies with this plugin, such as:
- Bouncy SoftBody2D
- Breakable/Deformable SoftBody2D
- SoftBody2D with Hole