Move Speed Difference Between 60 Fps And 90 Fps Phones

Discussion in 'Technical Discussion' started by MarlonMo, Mar 3, 2020.

  1. MarlonMo

    MarlonMo Boxer

    Joined:
    Mar 1, 2020
    Messages:
    5
    Likes Received:
    1
    Hey,
    I am currently developing a mobile game. In test runs on two different phones i have found that the move speed has a major difference due to the fact that one phone has 60 fps and the other 90 fps. In the source code of "move" and "float" I saw the delta time is fixed at 60 fps. If I change the value from 60 to 90 and put the change only on the 90 fps phone the character has the same speed as the charakter of value 60 at 60 fps. Is there a way to change the code so that I have only one Game but it still achieves the same move speeds for different fps?
     
    Shashank Varshney likes this.
  2. Shashank Varshney

    Shashank Varshney Boxer

    Joined:
    Feb 22, 2020
    Messages:
    15
    Likes Received:
    2
    have u get any solution regarding this problem i.e, character movement speed independent of framerate of device
     

Share This Page