SoftBody2D Tutorial
You can find Godot SoftBody2D on GitHub or Godot Asset Library.
How to install the SoftBody2D plugin
To install the SoftBody2D plugin in Godot Editor:
- Open the AssetLib tab.
- Search for SoftBody2D and click on the plugin.
- Click Download and then Install.
To enable the plugin:
- Go to Project -> Project Settings -> Plugins in the Godot Editor.
- Enable the SoftBody2D plugin.
How to create a SoftBody2D
To create a SoftBody2D:
- Create a new 2D scene.
- Add a new SoftBody2D node to the scene.
- Select the node and go to the Inspector tab.
- Scroll down to the Polygon2D category and open the Texture subcategory.
- Assign a texture to the SoftBody2D node.
- The SoftBody2D should now be created and visible in the scene.