tjjjwxzq / 50.003-Project

50.003 Project - Build a mobile game
1 stars 0 forks source link

Fine-tune food swiping #15

Open tjjjwxzq opened 8 years ago

tjjjwxzq commented 8 years ago

Swiping works but doesn't feel that ideal. Issues:

  1. Feels unresponsive
    • not enough leeway for detecting collision with food rigidbody
    • either the rigidbody is too small or touch detection shouldn't be done only during TouchPhase.Began
  2. Speed of movement seems a bit unpredictable (slightly too explosive?)
    • either increase linear drag
    • or tune the speed scale
tjjjwxzq commented 8 years ago
  1. Doing touch detection during the Move phase definitely made it more responsive.
tjjjwxzq commented 8 years ago
tjjjwxzq commented 8 years ago

Bugs are fixed.

Now it's mainly that swipe feels too explosive