How to make the player jump between two walls?

TickTock

New member
1650279762163.png
I want my player jump like this. When he jump on the a specified wall, he will hang and slide slowly and he can jump to the opposite wall.
How can I doing this? I check the document and still have no idea.
I'm new to unity. Please as detailed as possible. A big thanks for you.
 
If you are new to Unity and the character controller, I would honestly recommend to first learn about both. It takes some time to get familiar with the controller. The demo is a good starting point.
 
For this situation you can create an new ability. It will require scripting but you could create a new ability based off of the jump ability and apply different forces based on the normal of the wall position.

This is a more advanced ability though so as Christian mentioned I recommend starting smaller and first get a handle with how the existing abilities work. Go through the more complex abilities such as Jump or Align to Gravity Zone to get a feel for how the abilities work. Feel free to post here if you have any specific questions on how something works.
 
Top