Version: Unity 6.7 Alpha (6000.7)
Language : English
Physics Profiler module
Disable and strip the physics integration from your project

Physics integrations in Unity

Unity helps you simulate physics in your Project to ensure that the objects correctly accelerate and respond to collisions, gravity, and various other forces. Unity provides different physics system implementations which you can use according to your project needs: 3D, 2D, object-oriented, or data-oriented.

You can create some basic physics interactions with the user interface, but for more control over the simulation, you need some familiarity with C#. To develop your C# skills, refer to the Unity Learn Junior Programmer course.

Built-in physics systems for object-oriented projects

If your project is object-oriented, use the Unity’s built-in physics system that corresponds to your needs:

Physics engine packages for data-oriented projects

If your project uses Unity’s Data-Oriented Technology Stack (DOTS), you need to install the Unity Physics package. Unity Physics is the DOTS physics engine that simulates physics in a data-oriented project.

Additional resources

Physics Profiler module
Disable and strip the physics integration from your project