My game is on Android, it's a car game, and I have a problem with the accelerator pedal.
On mobile the car accelerate, but much slower than on PC.
I think it's the refresh of ngui.
I have a minimum of 250 FPS on PC
The speed value is inside the update and I call the value in a script.
The setting Time Manager :
Fixed Timestep 0.05
Maximum allowed Time : 0.1
Time scale :1
Any clue? I can't figure out why there is this problem on mobile, while it does works on PC. Thanks