#DOTS Physics is not frame-rate independent?
1 messages · Page 1 of 1 (latest)
i dont understand, so it can be modified? how? At the moment if i build on PC my pc the simulation go at 120 fps, if i build on Mobile goes at 30fps.
Obviously my mobile is low tier, but even then the simulation should not act based on the DOTs equivalent of FixedUpdate instead of Update?
Problem is that if, for example, my player move with physics it will be slower on low performance hardware and could mess with timers and whatnot.
at the moment i'm not moving nothing, i'm just spawning a bunch of Physics Objects in the scene to test Dots, and i noticed that on mobile they fell very slowly compared to PC, then i set the framerate on pc to 30 like on mobile and the simulation slowed accordingly
the only thing i can think of is you're hitting the max delta time