Unity Editor
C#
Components
Errors
Video Games
100

Every new Unity Scene comes with these two Game Objects.

Directional Light & Main Camera

100

Brand new C# Scripts have these two methods set up for us already.

Start & Update

100

This Component allows our Game Objects to be affected by physics, such as gravity.

Rigidbody

100

Compiler errors often display which _____ are creating problems in the form of two numbers in parenthesis.

Lines of code

100

Fall Guys, Escape From Tarkov, Cuphead, and Untitled Goose Game were all created using this Game Engine.

Unity

200

When new Assets are created/added, they can be found in this Window.

Project

200

This contains three number values, and is often associated with the Transform component.

Vector3

200

This Collider comes in the shape of a cube.

Box Collider

200

Double-clicking on a compiler error in the Console Window takes us directly here.

The Script

200

This Atari game from 1982 almost single handedly destroyed the gaming industry.

E.T. the Extra-Terrestrial

300

This tab on the Unity menu allows us to import and export Packages.

Assets

300

Doing this to a private Variable allows us to see and edit it from the Inspector window on the Unity Editor.

Serializing

300

Every Game Object has this Component.

Transform

300

Duplicating an existing _____ will result in this error: "The namespace '<global namespace>' already contains a definition for..."

Script

300

Masahiro Sakurai, the creator of Super Smash Bros, also created this video game character and series.

Kirby

400

The Input Manager comes with this many Axes.

18

400

These two Operators allow us to write multiple conditions into a single If Statement.

&& and ||

400

Without this Component, we cannot physically see our 3D Game Objects.

Mesh Renderer

400

Opening a Unity project with existing compiler errors will prompt us to enter this mode.

Safe Mode

400

Hollywood actor Henry Cavill almost missed his opportunity to play Superman in the new DC movies because he was too busy playing this video game.

World of Warcraft

500

There are three buttons found at the top of the Unity interface: Play, Pause, and _____.

Step

500

This Method is always called first, even before Start.

Awake

500

3D Colliders are found under this category of Components.

Physics

500

Forgetting to plug in a public Variable results in this error.

UnassignedReferenceException

500

Lead Instructor Marco Cortes went to an annual convention event in 2021 to meet the voice actor of this famous video game character.

Master Chief