Unity Basic Quiz

Unity Basic Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Nintendo Game System Quiz

Nintendo Game System Quiz

5th Grade - Professional Development

12 Qs

Principles of Design

Principles of Design

9th - 12th Grade

12 Qs

Principles of Emphasis/ Contrast/Unity

Principles of Emphasis/ Contrast/Unity

9th - 12th Grade

10 Qs

Elements of Art and Principles of Design

Elements of Art and Principles of Design

6th - 12th Grade

14 Qs

Griffons

Griffons

KG - Professional Development

10 Qs

Elements of Art and Principles of Design

Elements of Art and Principles of Design

9th - 12th Grade

14 Qs

Guess the Controller 1

Guess the Controller 1

KG - Professional Development

15 Qs

NFL HARD QUESTIONS

NFL HARD QUESTIONS

5th - 12th Grade

14 Qs

Unity Basic Quiz

Unity Basic Quiz

Assessment

Quiz

Arts

9th Grade

Easy

Created by

Matthew Roemisch

Used 78+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the name of the game engine we are using?

Unity

Unreal Engine

C# Engine

GameMaker

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What type of coding language (script) are we using with Unity?

C#

C++

Python

JavaScript

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What type of input will move a player from left to right?

verticalInput

Public Float Speed

horizontalInput

If/Then Statements

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the following statement used for: // Keep the player inbounds

This is simply a comment and does not affect the code or game play.

This is the code that keeps the player from falling off of the playing area.

Because the text is green, it is the instructions to make the player "Go".

This is a comment that controls what is displayed on the game screen during game play.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

In the current Unity - Unit 2 Project, the player is throwing food at animals. What is another name for the "food" that is being thrown?

projectile

property

player

project

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following code, correctly sets the space bar as the key to launch the projectile (food)?

if ((SpaceBar.Up) then Projectile.Fire)

if (Input.GetKeyUp(KeyCode.Spacebar))

if (Input.GetKeyDown(KeyCode.Space))

if (Output.GetKeyUp(KeyCode.Space))

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

True or False: Coding in Unity (C#) requires the user to pay attention to spelling, capitalization and using correct punctuation marks in order to make the coding valid.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?