|
I'm working on a Rigidbody Character Controller, and I've got most of it done. The thing that's really puzzling me is in trying to make a Step Offset for it, like the basic Character Controller has. Might someone have a suggestion?
(comments are locked)
|

This is very old, but I just ran into the same issue, did you ever solve it? Or does anyone else know?
I did not think this through but it might work with two short raycasts. One points forward from the lowest point of the caracter the second one points in the same direction but is Step Offset higher. If the first raycast detects a wall but the second does not then move the caracter upwards.