How do i make my character bounce of a wall after performing a wall jump?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Hexadotz

So i have added a feature that allows the player to wall jump (maximum of three) it works fone but the player sticks to to the wall like a bug if anyone can help me i want the player to get pushed slightly after performing a wall jump to allow for more mobility

:bust_in_silhouette: Reply From: NgaeGameStudio

I think you could use raycast2d to Detect wall and perform action, just maybe little bit experiment on motion