The character always climbs the ladder from the top

d.vasilev

New member
Good afternoon! For some reason, if the character is on the floor, they always start descending the ladder instead of climbing it. They move to the top using Move Towards. How can this be fixed? I’ve attached a video demonstrating the issue.


Additionally, under certain circumstances, the LadderClimb component loses its reference to the Ladder, resulting in Null Reference errors in every Update.

Another question: how can I enable the hands to always be visible in first-person mode, even if there are no items equipped?

Also, could you provide advice on how to make the character automatically climb a ladder without pressing an action button? As soon as they approach the ladder, the LadderClimb ability activates automatically. When they step away, the ability deactivates.

In a previous discussion, you mentioned there were bugs in the demo scene. Three months ago, you said these would be fixed in a new release. When can we expect the release?
 
Your video is private. Have you applied the fix below? Can you reproduce the issue within the demo scene?


how can I enable the hands to always be visible in first-person mode, even if there are no items equipped?
You will always need at least the body item equipped, that way the first person objects will be visible.

Also, could you provide advice on how to make the character automatically climb a ladder without pressing an action button? As soon as they approach the ladder, the LadderClimb ability activates automatically. When they step away, the ability deactivates.
This is the Ability Start Type set on the ability.

In a previous discussion, you mentioned there were bugs in the demo scene. Three months ago, you said these would be fixed in a new release. When can we expect the release?
I am not able to provide ETAs since a lot can happen between now and the estimated date. With that said, from what I can see there have been fixes on the forum for all of the reported climbing issues so you can apply it now.
 
Back
Top