Working with Variables
Variable Types
The rest of the Variable types
Using Variables and Debug.Log in the Console
Assignment
1. Create an empty GameObject named CodingFirstAssignment
2. Add a C# script onto it
3. In Visual Studios add the following to the script
1. int variable named x, initialize the value 3 into it
2. int variable named y, initialize the value 5 into it
3. in the Start Function print out, to the console, this message
"This is the adding program that I (insert your name) have made"
4. in the Start Function print out, to the console, this message
"Adding the numbers"
2. Add a C# script onto it
3. In Visual Studios add the following to the script
1. int variable named x, initialize the value 3 into it
2. int variable named y, initialize the value 5 into it
3. in the Start Function print out, to the console, this message
"This is the adding program that I (insert your name) have made"
4. in the Start Function print out, to the console, this message
"Adding the numbers"