- Home /
Movement Collisions for Flat NPC with Character Controller
Hello, I want to use a character controller to move around a flat-shaped AI robot - problem is, the robot's shape makes the upward-pill character controller shape suboptimal - if it's large enough to keep the edges of the bot from clipping through things, then it would get blocked by overpasses it should be able to go under, and if it's small enough to allow that, then the bot would be clipping through something well before it registers a collision.
So the question is, can I get the movement collision detection to behave reasonably while still using a Character Controller?
Yes, you can adjust the charactercontroller radius, height, center etc to accomodate, it does have to remain in the upward-pill shape
Yes, the problem is, a pill shape can't accommodate a relatively flat object, because it has to be at least as tall as it is wide. That's why I posted this question.
I thought you had more control over the shape using radius/height but I wasn't able to change it significantly enough to approx. your model, I changed my answer to a comment hopefully someone else has another idea.
Your answer
Follow this Question
Related Questions
OnCollisionEnter 1 Answer
Transforming position for different colliders for repeating background? 0 Answers
OnCollisionEnter Push Object Problem 0 Answers