2
Creating a Unity Project
13:05
3
Unity project: Transform Component and GameObject Window
9:45
4
Start Unity Programming
12:24
Unity project: Setting up Variables
9:19
6
Unity project: Adding Rotation and Input
10:39
7
Unity project: Player Movement
11:17
9
Unity project: Added Jump
15:51
11
Project unity: Rotate our Coins
13:02
12
Unity project: Creating a State Machine
9:46
13
Unity project: Calling States
10:40
15
Unity project: Adding Line of Sight
13:13
16
Unity project: Adding Enemy Attack
9:36

Unity project: Setting up Variables

4 months ago
83

When we create a variable, it uses memory allocated from our computers to store that value. All of them needs a name, a data type and an access specifier. In unity, the editor allows us to change the values of variables while the game is running. This allows us to test values that could fit within our project.

Loading comments...