how can i move up and down while in a swmming state?

i can only move left and right but i cannot move up and down when colliding with the water cube how do i fix it :disappointed_relieved:


You need to add Impulse on Z, as I did in the attached image. it is a better approach to do it inside Controller class.
image

1 Like