Godot Box2D v3 is a high-performance physics extension for Godot 4.3+ that implements Box2D v3. It can be considered a successor to the Godot Box2D extension.
- Improved stability and performance, especially for large piles of bodies
- Faster, more accurate queries (e.g.
cast_motion,intersect_ray) - Continuous collision detection (CCD) enabled by default for dynamic vs static collisions
- Additional APIs to make the physics server easier and faster to use (docs coming soon)
Most of the Physics API has been implemented, but the following features do not have parity with Godot Physics:
WorldBoundaryShape2Dunsupported (planned for a future version of Box2D)SeparationRayShape2Dunsupported- Space parameters (
space_set_param) unsupported because Box2D v3 uses a different solver - "Cast Ray" CCD mode (
CCDMode::CCD_MODE_CAST_RAY) unsupported - Contacts are not visible when
Visible Collision Shapesis enabled - Convex polygons cannot have more than 8 vertices (does not affect
CollisionPolygon2D) constant_linear_velocityandconstant_angular_velocityunsupported on static bodiesCharacterBody2D: unstable movement on moving platforms
- Cross-platform determinism
- Serialization + Rollback
