gmuGADIG / Fruit-Punch

Unity game developed by GADIG at GMU, Spring 2024.
4 stars 0 forks source link

Bug: Player can't jump when against an object #246

Closed Justin1L8 closed 3 months ago

Justin1L8 commented 3 months ago

When walking into an object, the player's jumps don't get any height.

Justin1L8 commented 3 months ago

Fixed. Mesh colliders have a convex checkbox, which for some reason needs to be true, otherwise you'll see this behavior. I've updated every mesh collider for all current build scene. This will probably need to be done again later.