Custom Character Controller (423422)

I remember having issues with many character controllers (10 or so) on the terrain. The FPS just got killed.

Is there any more efficient character controllers that work on Terrains? This is around a tower defense type game where you would have many units moving around on a terrain.

You could use rigidbodies and transform.translate to move them instead of using the character controller.