Unity Basic Quiz

Unity Basic Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Songs and Music

Songs and Music

1st Grade - Professional Development

8 Qs

MUSIC TEXTURE REVIEW

MUSIC TEXTURE REVIEW

7th - 9th Grade

9 Qs

Shakespeare színháza - bevezető

Shakespeare színháza - bevezető

9th Grade

14 Qs

Music Theory Assessment #2

Music Theory Assessment #2

9th - 12th Grade

10 Qs

Cubism need to know

Cubism need to know

7th - 9th Grade

10 Qs

THE GREATEST SHOWMAN (1.7k)

THE GREATEST SHOWMAN (1.7k)

KG - Professional Development

10 Qs

Vocal Anatomy

Vocal Anatomy

9th - 12th Grade

10 Qs

Melani Martineze

Melani Martineze

5th Grade - University

8 Qs

Unity Basic Quiz

Unity Basic Quiz

Assessment

Quiz

Arts

9th Grade

Practice Problem

Easy

Created by

Matthew Roemisch

Used 86+ times

FREE Resource

AI

Enhance your content in a minute

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

Already have an account?