Is there a relationship between the Time Manager “Fixed Timestep” property and Physics Manager “Solver Iteration Count” parameter ?
How is the iteraction between “Fixed Timestep” parameter and “Solver Iteration Count” parameter?
Example:
Solver Iteration Count = 30
Fixed Timestep = 0.02
(Look like the FixedUpdate() is executed every 0.02 second)