gmuGADIG / Fruit-Punch

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

Bug: Crate Destruction Infinite Jump #300

Closed dfelt617 closed 4 months ago

dfelt617 commented 4 months ago

The player can infinitely jump after destroying a crate by falling onto it while performing a jump attack.

https://github.com/gmuGADIG/Fruit-Punch/assets/89593593/9d007944-0591-40d5-b5bd-05de521aec9c

dfelt617 commented 4 months ago

Note: This does not work with Banana, as his aerial attack hitbox only extends to his sides

Aegistus commented 4 months ago

I was unable to reproduce this bug, and I suspect that I fixed it while fixing #219 . The player also seems to be unable to destroy boxes directly underneath them with jump attacks, so perhaps the bug isn't actually fixed, but just currently unable to be reproduced.