A few updates to Testbed this week:
- Uses scene meta now instead of obsolete Title and Description
- Organized into groups
- Added BodyController component
- BodyController is the new Character Controller
- It's physics based
- It has swim + ladder movement built in
- It has input built in (optional)
- It has animation built in (optional)
- It has camera controls built in (optional)
- It has ducking built in
- It has duck jumping built in
- Added BodyController tests
- Switched most tests to use BodyController instead of CharacterController
Our intention is for BodyController to be THE controller that you want to use if you're making a first person or third person game. It will eventually ship with the game.
Comments