These special tokens are always lowercase.
Keywords
You can use this panel to directly change an object's position.
The inspector panel
This keyword creates an integer type variable.
int
This aesthetic is achieved when a player is encouraged to change their character's appearance.
Expression
Abraham Lincoln's famous Gettysburg Address starts with this unit of time plus seven years.
Four score
If your statement doesn't end with this, it will return a compiler error.
A semicolon (;)
If you want to quickly create a new C# script, you can first right-click in this pane.
The project or assets panel
This part of your code updates every frame.
The Update function
This Atari 2600 game features a human character trying to avoid blasts from a dragon to gather treasure.
Dragonfire
If a sentence reads "Two turtles took a time machine to tiny twin cities", the writer is using this.
Alliteration
You can call this class in order to use the Rotate and Translate methods.
Transform
Before a script can operate on an object, you must do this with it first.
Attach it to the object
When writing code, you use these basic elements of programming.
Tokens
A player who is required to return to a game over and over is experiencing this aesthetic.
Submission
Born in 1815, this woman is considered to be the first computer programmer - even though the computer she programmed for was never built.
Ada Lovelace
After calling a method, you have to use this type of punctuation.
Parentheses
This panel contains a list of all objects currently in your scene.
The hierarchy pane
In the statement transform.Rotate(1,2,3); transform is one of these.
A class
Most older games did not have one of these; players instead had to learn the controls from level layouts and trial and error.
Tutorials
In the equation y = mx + b, y is the dependent variable and x is this type of variable.
Independent
When you want to create a variable that is accessible to the Unity editor, you can use this keyword.
public
Without this property, the players we've created in Unity will continue to walk through walls.
Collision detection
Without a pair of these containing your code block, a conditional statement will fail to compile.
Curly braces
A player who quits any difficult game after one try probably doesn't like this aesthetic.
Challenge
Any falling object will achieve this special downward speed when the force due to gravity is matched by the drag force.
Terminal velocity