Search Unity

Game not working correctly after building it for android.

Discussion in 'Physics' started by marckaldousmatawaran06, Aug 10, 2018.

  1. marckaldousmatawaran06

    marckaldousmatawaran06

    Joined:
    Mar 20, 2018
    Posts:
    10
    example A BALL when I try it in unity editor when it's moving its pretty damn fine but when I install it in android the ball moving to slow :<. My game is a pet simulating and other games like basketball and geometry dash when i test it in unity editor all was just fine but when i install it on Android in basketball my pet was moving to slow and the ball and in like a geometry dash game. his jump should be a consistent force but when in android when i jump his jump sometimes it's to much force but sometimes it's less than the to my codes :<
     
    Last edited: Aug 10, 2018
  2. BoogieD

    BoogieD

    Joined:
    Jun 8, 2016
    Posts:
    236
    The android device is most likely running at a much lower frame rate than what you get in the Unity editor.
    Are you using Time.deltaTime with your animation values?