Morning-Person-Games / openworld-topwg

To create the purest open world game
1 stars 0 forks source link

Polish the failure push back #33

Open violeterisb opened 5 years ago

violeterisb commented 5 years ago

The push back from entering a bad input on pickups is a bit too slow

violeterisb commented 5 years ago

Vector3.MoveTowards(), or Vector3.Lerp() might be good to look into to pushing faster but in specific time span (Lerp) or max distance (MoveTow...)