Physics 2D Settings

Project Settings.

Global settings for Physics 2D world simulation in this project.

Physics 2D Settings

Property
Description

Gravity

Gravity applied to rigidbody's in the scene.

Fixed Timestep

The fixed timestep or delta time value for physics engine. Default value is [0.009].

Position Iterations

Number of iterations used to solve simulation positions. More iterations better physics but expensive.

Velocity Iterations

Number of iterations used to solve simulation velocities. More iterations better physics but expensive.

Last updated