Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

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:
    95
    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.