Alsak
1
Good day. I am a beginner in scripting, i just started with the Roll a ball tutorial for Unity 5, latest patch. And i find myself stucked in the second step, where i have to make the first scripting operation, in order to control the player (ball)
My issue comes from following the instructions, and finding the script doesn’t work. Let me add some detail to this.
I’m using a fresh computer with Windows 10, downloaded and updated Unity during this week, and i’m running it under Framework 4.5 without compatibility pack.
When i open the script for editing it, my default editor is Microsoft Visual Studio. There is no option for using a different software, like notepad++ that i also have installed and i prefer for editing code. Unity simply doesn’t let me choose.
All goes smooth until i have the whole script done, i save it from MVS and i play the game. That moment the ball simply sinks under the gameboard and the scene stops.
Wheter i run the code i wrote myself, or i copy and paste the whole script from under the tutorial “Moving the player” and apply it into my project, the result is the same.
The only error i can detect is that MVU marks me in red two parameters “Vertical” and “Horizontal” and i can’t find where the typing error is.
I add screenshots:

Hope someone can help me.
Alsak
2
Bump.
I tried to check if the previous step, where i set thegameboard, had any mistake. But it was working as intended in the tutorial.
HI @Alsak
To change the IDE in Unity go to Edit > Prefernces > External Tools > Script Editor
As for your ball, It looks like your Ground may not have a collider on it for the rigidbody to detect?