Wessl / DH2650

0 stars 1 forks source link

Player Controller Script #5

Closed rbratfors closed 3 years ago

rbratfors commented 3 years ago

Controller script for various player actions.

Priority should probably be:

  1. Movement (Running, jumping, etc)
  2. Slash attack
  3. Wall climbing/ceiling sticking (Should the frog be able to move while sticking to ceiling?)
  4. Other features
rbratfors commented 3 years ago

I'm currently working on it, have done movement and wall climbing.

Wessl commented 3 years ago

What do you think about using a capsule collider instead for the frog's collider? I noticed that if you walk between two platforms and they are slightly different in size you can get stuck. But maybe then it won't work with the wall sticking?

rbratfors commented 3 years ago

Haha, I didn't see this but I implemented it anyway. Nice that we both came to the conclusion that a capsule collider probably is better. Though my reasoning came from a different source of problems.

rbratfors commented 3 years ago

Core mechanics are pretty much done, so I'm closing this for now.