Search Unity

Timing problem

Discussion in 'Scripting' started by vahab2, Aug 8, 2010.

  1. vahab2

    vahab2

    Joined:
    Nov 12, 2009
    Posts:
    11
    hi

    We've almost finished our game but it has different behavior in different computers !!
    for example Lerping Camera lacking in some computers( it runs around 50 FPS )

    I also use Time.deltaTime ...

    please help ... :(
     
  2. BlackMantis

    BlackMantis

    Joined:
    Feb 7, 2010
    Posts:
    1,475
    You could, if you dont have one,use a frame rate script and compare the fps so that when it's too slow it would adjust some vars to make things faster.(ie) like if you have a float for the lerp speed. :idea:

    Just a crazy idea :D
     
  3. vahab2

    vahab2

    Joined:
    Nov 12, 2009
    Posts:
    11
    i dont want to make anything faster , framerate is around 50 but camera jerking when following my Aircraft ...

    thanx