Performance problems of different devices

How to set the moving speed of the rigidBody according to its dt time.

Hi @hello! What kind of performance problems do you have? Normally you would do something like value * dt if you want to use delta time. Note that value must be much higher then you use without delta time.