Unity Editor 1
How many variable types are there?
6
You must end each line with this symbol.
What is ; semi-colon?
How many steps are there and What are they?
5. Variable Type, Variable Name, Equal Sign, Variable Value, and Semicolon
The software we use in Unity?
C#
What do you use to post a comment in your script file?
2 slashes //
What is the default value of a float?
0.0f