Unity Basic Quiz

Unity Basic Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Principle of Design: Unity

Principle of Design: Unity

9th - 12th Grade

10 Qs

Pop Culture for the Boyz

Pop Culture for the Boyz

9th Grade

14 Qs

boston sucks oofs

boston sucks oofs

KG - 12th Grade

7 Qs

Art Study Guide

Art Study Guide

9th - 12th Grade

15 Qs

Principles of Design

Principles of Design

9th - 12th Grade

12 Qs

Principles of Design

Principles of Design

9th - 12th Grade

10 Qs

Digital Art II 10

Digital Art II 10

9th - 12th Grade

10 Qs

Board Game Trivia!

Board Game Trivia!

5th Grade - University

13 Qs

Unity Basic Quiz

Unity Basic Quiz

Assessment

Quiz

Arts

9th Grade

Easy

Created by

Matthew Roemisch

Used 82+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?