Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1 KB

File metadata and controls

28 lines (17 loc) · 1 KB

Unity Physics overview

The Unity Physics package, part of Unity's Data-Oriented Technology Stack (DOTS), provides a deterministic rigid body dynamics system and spatial query system.

See the Unity Physics Samples for introductory material, including tutorials, samples, and videos.

Supported Unity Versions

  • 2022.3 (LTS)
  • Unity 6 (LTS)

Package installation

To use the Unity Physics package, you must have a supported version of Unity installed.

To install the package, open the Package Manager window (Window > Package Manager) and perform one of the following options:

  • Add the package by its name (com.unity.physics)
  • Add the package from its Git URL

Additional resources