Search Unity

Question Make all Physics framerate independent

Discussion in 'Physics for ECS' started by kro11, Sep 1, 2022.

  1. kro11

    kro11

    Joined:
    Sep 23, 2019
    Posts:
    105
    Is there a simple way to make all physics framerate independent based on delta time? I changed BuildPhysicsWorld.cs line from timeStep = fixedDeltaTime to timeStep = DeltaTime before, but there is no this line anymore in the new version.