General Game Development
Unity
Blender
C#
Random
100

When using Unity, how do you test out your game.

The play button on the top of the screen.

100

What is unity used for?

Creating video games.

100

What is blender used for?

Creating models and animations.

100

What does this line of code do?

public float jumpHeight = 3f;

Sets the jump height to 3.

100

Who was the third president of the United States?

Thomas Jefferson.

200

When using blender, how do you test out the animations that you created.

Click the play button on the bottom of the screen.

200

What is the default programming language used by unity?

C#

200

What does IK constraint stand for?

Inverse kinematics constraint.

200

What does this line of code do? 

public float mouseSensitivity = 100f;

Sets mouse sensitivity to 100.

200

Define the word Plaintiff.

A person who brings a case against another in a court of law.

300

In Unity, what is the difference between the hand tool and the move tool?

The hand tool allows you to move around your scene and view different objects. The move tool allows you to click on different objects in your scene and move them around.

300

What is the difference between scene view and game view?

Scene view allows you to make changes to your game. Game view allows you to see what your game will look like.

300

What are the "Bones" in blender called?

Armature.

300

How often is void Start() called?

Before the first frame update.

300

What is the tiny piece at the end of the shoelace called?

An aglet.

400

What line of code do you need to add when you are writing a program in C# for unity?

using UnityEngine;

400

What is the inspector used for?

Editing objects in your hierarchy and project folder.

400

What is the difference between edit mode and pose mode?

Edit mode lets you change things like the shape and size of an object. Pose mode lets you change the way the object is positioned.

400

How often is void Update() called?

Once per frame.

400

What is Lady Gaga's real name?

Stefani Joanne Angelina Germanotta.

500

How do you export blender files for unity.

Click on File, export, export as FBX file.

500

What two objects are in the hierarchy when you first start a new unity project?

Main Camera, Directional Light

500

What does an IK Constraint do?

Lets you animate realistic body movements.

500

What does this line of code do?

isGrounded = Physics.CheckSphere(groundCheck.position, groundDistance, groundMask);

Checks if the player is on the ground or in the air.

500

What is Don Cheadle's Birthday?

November 29th.

M
e
n
u