Search Unity

Question Character can move up, but it can't move downstair

Discussion in 'Animation' started by unity_408540137, Jan 30, 2023.

  1. unity_408540137

    unity_408540137

    Joined:
    Oct 23, 2022
    Posts:
    44
    When I use a model embeded with character controller and box collider, I don't use isGrounded,
    however my character can move up and downstair.

    But I fail to make it work when using other models, even when I use isGrounded check, it still can't move down after moving up

    Is there any way to make a character move up and downstair corrrectly, rather than trying and erros whenever I use any models.