wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unity BPrefabs and Scenes

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

What is a Prefab in Unity?

a)

A sound file

b)

A reusable object template

c)

A scene background

d)

A text file

2.

What does Instantiate mean in Unity?

a)

Delete an object

b)

Change object color

c)

Create a copy of an object during runtime

d)

Stop a script

3.

Which window shows all objects in your scene?

a)

Project

b)

Inspector

c)

Hierarchy

d)

Console

4.

A Component in Unity is:

a)

A tool for file storage

b)

A piece of functionality added to a GameObject

c)

A folder for organizing assets

d)

A method for coding errors

5.

In Unity, your Environment is:

a)

Only the player character

b)

Only the UI menus

c)

The entire world the player sees and interacts with

d)

The code editor