Physics 2D Settings
Last updated
Last updated
Project Settings.
Global settings for Physics 2D world simulation in this project.
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.