Ladder ability obstacles while climbing?

Vlaxep

Active member
Hi,

Is there a way to have the Ladder ability recognise that there is an obstacle along the climbing space?

For example, I am trying to build a long vertical ladder sectioned by hatches that the player should open as they reach each one, all whilst remaining in the climb ability.

The problem is, that the character climbs straight through a collider, ignoring it seemingly due to the ladderClimb ability.

I'm not sure how to handle this issue, or whether there is already an inbuilt solution?

Thanks
 
There isn't a built in solution for this. This will require addition to the ladder ability in order to detect obstacles, similar to how free climb will stop if there is an obstacle.
 
Top