Input Controllers
Demonstrates how to use input controllers to make moving controlling objects dead simple.
Move the box with w/a/s/d or up/left/right/down.
This show cases the DirectionalInputController. More Input Controllers will be added in the future.
Note: Input controllers are not required, they just make basic controls easier to use. This Sample is just a shorter sample of the Movement Controller sample