in the roll a ball game tutorial i am unable to move the ball and it is sinking below the plane how to rectify it

start() should be Start() and fixedUpdate() should be FixedUpdate() It's case sensitive
Answer by cod · Sep 18, 2015 at 08:23 AM
Make sure both your ball and plane have a collider attached and be sure that your ball is ABOVE the plane, otherwise it might just fall down. In addition to that follow Positive7's comment. Let me know if it works or if you have other problems
EDIT Also change 'horizontal' to 'Horizontal' and 'vertical' to 'Vertical', if you want to know the exact name of input axes just go to Edit->Project Settings->Input
Your answer
Follow this Question
Related Questions
3rd person camera for Roll a Ball 1 Answer
Control ball in "roll a ball" turorial in Android 0 Answers
3rd person rotate around sphere. 0 Answers
How to make a ball rolling while following a curve path made with ways point? 1 Answer
How to make certain collectibles have to be unlocked before being able to be picked up? 1 Answer