I've been working on a custom FPS controller that gives more customization and control. Ironically, the simplest thing that I'd like to change doesn't work. Anything less than 5.5 works! If i set crouch speed to 5, it'll be 5. If I set it to 6, it'll be 5.5. The same applies with running and walking. I literally have NO idea why its doing this!
My FPS Controller Can't Go Faster Than 5.5...Why?
Code (js):
- @script AddComponentMenu("First Person Player/Player Movement")
- @script RequireComponent(Rigidbody)
- @script RequireComponent(CapsuleCollider)...