Unity Game Development Basics  # 2

Unity Game Development Basics # 2

9th Grade

19 Qs

quiz-placeholder

Similar activities

Web Development Tutorial 3 Quiz Review B

Web Development Tutorial 3 Quiz Review B

9th - 12th Grade

20 Qs

Elements of Design/ Principles of Design

Elements of Design/ Principles of Design

9th - 12th Grade

17 Qs

Unity Game Development Basics # 8

Unity Game Development Basics # 8

9th Grade

20 Qs

FFA

FFA

7th - 12th Grade

21 Qs

FFA Review

FFA Review

6th - 12th Grade

20 Qs

CMAS Proctor-Check for Understanding

CMAS Proctor-Check for Understanding

3rd - 11th Grade

18 Qs

Graphic Design

Graphic Design

9th - 12th Grade

20 Qs

Geometry Introduction

Geometry Introduction

7th - 12th Grade

20 Qs

Unity Game Development Basics  # 2

Unity Game Development Basics # 2

Assessment

Interactive Video

Other

9th Grade

Medium

Created by

JASON SAMMONS

Used 5+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

How do you remove a component in Unity?

Use the 'Delete' key

Right-click and select 'Remove Component'

Delete the object

It cannot be removed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a script affect another object in Unity?

Dragging the script onto the object

By copying the script

Scripts cannot affect other objects

Through inheritance

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to start programming in Unity?

Create a new project

Add a new object

Create a script

Open the script editor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'Start' function in Unity scripts?

Runs once when the game ends

Runs continuously during gameplay

Runs once when the game starts

There is no 'Start' function in Unity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which script editor is mentioned for use with Unity?

Sublime Text

Notepad++

Eclipse

Visual Studio

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display a message in the Unity console?

Console.WriteLine()

Print()

MessageBox.Show()

Debug.Log()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'Debug.Log' do in Unity?

Fixes errors in the code

Saves the game state

Compiles the code

Logs a message to the console

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?