Learn about the LowLevelPhysics2D API and how to create a 2D physics scene.
Note: This documentation is about writing C# scripts using the LowLevelPhysics2D API. To use 2D physics in the Unity Editor using components like the Rigidbody 2D component, refer to 2D physics instead.
| Topic | Description |
|---|---|
| Introduction to the LowLevelPhysics2D API | Learn about how the LowLevelPhysics2D API works and how it differs from Rigidbody 2D and Collider 2D components. |
| LowLevelPhysics2D API workflow | Create a 2D scene with objects that react to physics using the LowLevelPhysics2D API. |