Hi How can i make my character jump on the wall then go to the other direction then come down
For the jump, look at the FPS character controller package. For a wall jump, you need to allow the player to jump when he is grounded AND when he is touching a wall. To make something not to crazy, you’ll need to allow it only during the first part of the jump, not when the player is falling back.