wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unity Scripting Basics Quiz

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

What is a Script in Unity?

a)

A sound file

b)

A 3D object

c)

A file that controls object behavior

d)

A setting in the camera

2.

What does a Variable do in a script?

a)

Makes a character jump

b)

Stores and changes values like speed or direction

c)

Adds graphics to the screen

d)

Displays text to the player

3.

What programming language is used in Unity?

a)

Java

b)

Python

c)

HTML

d)

C#

4.

What happens in a Collision in Unity?

a)

A light turns on

b)

Two objects touch or interact

c)

The scene resets

d)

The player wins the game

5.

What is a Method in a script?

a)

A color setting

b)

A timer

c)

A function that performs a task

d)

A controller for the mouse