When using Unity, how do you test out your game.
The play button on the top of the screen.
What is unity used for?
Creating video games.
What is blender used for?
Creating models and animations.
What does this line of code do?
public float jumpHeight = 3f;
Sets the jump height to 3.
Who was the third president of the United States?
Thomas Jefferson.
When using blender, how do you test out the animations that you created.
Click the play button on the bottom of the screen.
What is the default programming language used by unity?
C#
What does IK constraint stand for?
Inverse kinematics constraint.
What does this line of code do?
public float mouseSensitivity = 100f;
Sets mouse sensitivity to 100.
Define the word Plaintiff.
A person who brings a case against another in a court of law.
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.
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.
What are the "Bones" in blender called?
Armature.
How often is void Start() called?
Before the first frame update.
What is the tiny piece at the end of the shoelace called?
An aglet.
What line of code do you need to add when you are writing a program in C# for unity?
using UnityEngine;
What is the inspector used for?
Editing objects in your hierarchy and project folder.
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.
How often is void Update() called?
Once per frame.
What is Lady Gaga's real name?
Stefani Joanne Angelina Germanotta.
How do you export blender files for unity.
Click on File, export, export as FBX file.
What two objects are in the hierarchy when you first start a new unity project?
Main Camera, Directional Light
What does an IK Constraint do?
Lets you animate realistic body movements.
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.
What is Don Cheadle's Birthday?
November 29th.