Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Get started with the Physics Core 2D API

Learn about the Unity.U2D.Physics API and how to create a 2D physics scene.
Read time 1 minuteLast updated 12 days ago

Learn about the Physics Core 2D API and how to create a 2D physics scene.
Note
This documentation is about writing C# scripts using the
Unity.U2D.Physics
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 Physics Core 2D APILearn about how the
Unity.U2D.Physics
API works and how it differs from Rigidbody 2D and Collider 2D components.
Physics Core 2D API workflowCreate a 2D scene with objects that react to physics using the Physics Core 2D API.

Additional resources