jeffaroundtheworld / 2024gamecollab

0 stars 1 forks source link

Hospital Part 3 Collision Shape QA #48

Closed jeffaroundtheworld closed 4 months ago

jeffaroundtheworld commented 7 months ago

Wander through all parts of the Hospital level as the player and ensure that you don't get stuck anywhere. The Trimesh Collision Shape can be fairly complicated and sometimes leads to impossible "pockets" that the player can't get out of OR is a steep angle that the player doesn't think of as floor so can't jump off of.

For Instance, I consistently get stuck at this position on Part 3: image

Solution could be to delete a part of the collision shape if not needed or to add a simplified collision shape (like a boxshape) so the "pocket doesn't exist.

JackV13 commented 6 months ago

if you fall down about halfway through the level there is no way to get back up.