How do I move enemies around so they have gravity and collision?
I cant use colliders and rigidbodies because I want them to have stability and not fall over. what I want is the charactercontroller however when I add this then they all move around in sync with the main character controller.
What is the general method. This is a really silly thing that I feel I should know. And I just dont.