I've been using these controllers and they've been great!
One small problem I'm running into when combining with A* Pathfinding Project - something weird is happening with gravity and my characters keep flying up in the air.
If I disable the Actor Controller, this goes away (and my character still moves, just without animations).
Actor Controller is set to "Use Transform", and stepping through the code, it looks like everything is fine.
I have a RigidBody attached to my char, but Use Gravity is disabled and Is Kinematic is enabled.
I'm just using the normal AIPath and Seeker from A* Pathfinding.
Has anyone used the controllers with either A* or standard NavMesh and experienced this gravity problem, or have an idea what might be causing the character to fly up?
Nevermind, sorry. The problem was with the ground mask in A* Pathfinding project - apparently it has issues if you use "everything". Setting it to only my floor made gravity work correctly.
Glad you found it.