- Home /
Controlled sphere/ Ball game
How does one create a marble that can be controlled with arrow keys or wasd?
I know that I somehow have to use rigidbody and addForce(blah) and stuff but my main problem is that I don't know how to get the input from keyboard
Comment
Answer by stingman · Jul 09, 2012 at 08:00 PM
search input in the unity docs. there is also a C# game example on the unity asset store that has a marble game example in it... i think the package is called "C# game examples"
Your answer
Follow this Question
Related Questions
Collision With Character Controller 4 Answers
Character Flying around uncontrollably 2 Answers
Prioritizing Player Animations 0 Answers
Click on an object and then edit the speed of my player? 1 Answer
Character controllers against each other 0 Answers