How do you develop a character controller with TDD?
There are many character controller implementations you can use to simplify your project’s development, and there is no shame in using them, especially the well tested ones. Just be sure to test your code. This chapter explores how to develop a character controller using Unity’s standard CharacterController component and test-driven development for the gameplay behaviors usually associated with a character. It starts by detecting mouse and ...