I'm profiling my game. Fixed time sometimes goes too far. The reason is Physics update takes much more time then needed. In Physics tree, there is Flush Queries parameter that takes all this time.
What does Flush Queries param mean?
What can I do to decrease Flush Queries time?
Thank you!