- Home /
Different behavior between editor and standalone changing time step
Hello, i need to run a simulation with a fixed update very small, like 0.01. The simulation works fine in the editor ( is a bit slow but i don't mind). The problem is that if I deploy it as an app and run the app, the simulation doesn't start at all. After some trial I found that this issue depends on time-step: If I change the fixedTime step to a value of for instance 0.02 then everything works fine even in standalone application. What can change behavior in such way from standalone to editor? Thanks a lot for help.
Your answer
Follow this Question
Related Questions
EditorWindow update Time.deltaTime is 1x10^-5? 1 Answer
speed change in standalone compared to editor? 1 Answer
How to fast forward time (or just skip it) properly? 2 Answers
Build unity application using a unity application. 1 Answer
Unity Editor Crashes as does standalone (Stuck for almost a year now) 1 Answer