Box2D Tutorial
You can find Godot Box2D on GitHub or Godot Asset Library.
How to install the Box2D plugin
To install the Box2D plugin in Godot Editor:
- Open the AssetLib tab.
- Search for Box2D and click on the plugin.
- Click Download and then Install.
- Restart when prompted.
To enable the plugin:
- Go to Project -> Project Settings -> General tab.
- Go to Physics -> 2D. Enable Advance Settings.
- At Physics Engine select Box2D.
- Restart when prompted.