Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Configure global Physics Core 2D API settings

To configure layers, default definition values, and global settings, create and assign a Physics Core Settings 2D asset.
Read time 1 minuteLast updated 13 days ago

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.
To configure global settings for the Physics Core 2D API, create and assign a Physics Core Settings 2D asset. Follow these steps:
  1. In the Project window, select Assets > Create > 2D > PhysicsCore Settings 2D.
  2. From the main menu, select Edit >
    Project Settings

    ?

    .
  3. In the Project Settings window, select PhysicsCore 2D.
  4. Drag the Physics Core Settings 2D asset from the Project window to the PhysicsCore Settings setting.
The 2D physics system now uses the settings in the asset.

Configure the settings

To display and edit the settings, in the Project Settings window, select PhysicsCore 2D > Settings. For a full list of settings, refer to PhysicsCore 2D reference.
For more information about configuring each section of the settings, refer to the following:

Additional resources