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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Standalone physics sample build runs too fast

Discussion in 'Physics for ECS' started by AlexSbysh, Oct 12, 2019.

  1. AlexSbysh

    AlexSbysh

    Joined:
    Feb 23, 2015
    Posts:
    4
    Hello!
    This may be a very dumb question, but...
    In the editor, Physics Sample "Character Controller" runs like this:


    But when I make standalone build, it runs much faster, like this:


    What could be the reason for such a change in speed?
    Unity 2019.2.6f1

    Added: In fact, I ran into this problem in my project (Unity 2019.3.0b6), and I decided to check if there is such a problem in the samples, and found it there too.
     
    Last edited: Oct 12, 2019
  2. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,574
    DOTS physics now working not in fixed timestep. It’ll be changed later. Workaround how to use fixed timestep in DOTS you’ll find in DOTS samples.
     
    AlexSbysh likes this.