[Sliding problem of SimpleMove method]

Use the characterController.SimpleMove method when using the keyboard to realize the character walking. As a result, after using the keyboard to stop the movement, the character still slides in the direction. Then change the value of Min Move Distance in the configuration below to 0, and the slide will not continue.
insert image description here

Guess you like

Origin blog.csdn.net/crush_oo/article/details/130246395