I have my player character setup and functioning correctly. The PC will collide with a fence piece that is using a box collider just fine, he hits it and stops moving forward.
I have an NPC set up, no animations playing currently, just a mesh using a character controller. I have adjusted the cylinder component of the controller to completely suround my mesh. When my PC collides with the NPC, he climbs right over it. I read in a seperate thread where there were issues getting the character controllers to register collisions between each other, and the solution was to add a box collider to each character controller. I tried that as well, with the same results.
Setting the slope limit on the PC has no effect, when he collides with the NPC.
Any ideas or pointers for what to look into?