Create a rolling ball controller (top-down like "Waves")? Example included.

Depending on how you want your controls to work and how much physics you want - you could create a physics based sphere for the ball and apply forces to it bound to the WASD-keys. Or you could make sure the ball has a Movement-component and update it’s Velocity variable when using WASD.