# AGXUnity Car Example
This is an example of how a car can be modelled with suspension, ackerman steering
and a drivetrain with clutch, differential and gearbox.

The engine is a simple motorized hinge.
It is also possible to use a agxDrivetrain.CombustionEngine for a more realistic drivetrain model.

## Controlling the car
### Keyboard

- Up key: Drive forward
- Down key: Drive backward
- Left key: Turn left
- Right key: Turn right
- Page up: Gear up
- Page down: Gear down

