I have tried to do this many times, but every time I get stuck here. It is not like the tutorial. How can I fix it? Can anyone help me?
Create a new script
0
The first script that you create for this game is going to control the player character’s movement, which is a key functionality for the game.
To create a new script, follow these instructions:
- In the Project window, go to the root Assets folder.
- Right-click an empty space and select Create > Folder. Name your new folder “Scripts”.
- Open the Scripts folder, then right-click and select Create > C# Script.
- Name your new script “PlayerController”.
- Double-click PlayerController to open the script file in your default IDE (integrated development environment). This will be Visual Studio unless you have set an alternative default IDE on your computer.
From this tutorial, I click open or double click, but VS program does not open or respond at all.