Jump interrups when jumping towards a rotated wall

Arficord

New member
Hello, I have a problem with jumping while moving towards a wall which has some rotation to character.
Jump just interrups and character sets to the ground.

How can I change it to slide over walls?
(I tried physics materials and it worked badly, no matter how bounce parameters are set, player bounced far away)

UCC v 2.4.4
Unity 2021.2.5f1

[Gif that shows how it looks] (here the wall rotated only 2 degrees to the character)
 
When the jump ability encounters an object above it it will stop. This is done to ensure the character doesn't move through the collider. Right now in order to get the character to move with the wall you will need to create a new ability that adjusts the AbilityMotor to move with the wall. I like this suggestion though so will look into implementing it on my end.
 
Top