Unity Game Development Quiz

Unity Game Development Quiz

University

25 Qs

quiz-placeholder

Similar activities

Game Prog 2 - Unity Concepts

Game Prog 2 - Unity Concepts

University

25 Qs

Game Programming Q2

Game Programming Q2

University

20 Qs

Estructura y Arquitectura de Videojuegos

Estructura y Arquitectura de Videojuegos

University

20 Qs

Pemrograman Permainan

Pemrograman Permainan

University

30 Qs

Animate Test Review

Animate Test Review

9th Grade - University

20 Qs

PyGame

PyGame

University

20 Qs

Unity GameObjects and Animation Test Review

Unity GameObjects and Animation Test Review

10th Grade - University

20 Qs

Unity Games Engine

Unity Games Engine

11th Grade - University

30 Qs

Unity Game Development Quiz

Unity Game Development Quiz

Assessment

Quiz

Computers

University

Easy

Created by

JEROME ESCULTURA

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of using parent-child GameObject relationships in Unity?

To optimize frame rate

To simplify scripting

To create hierarchical transformations

To reduce file size

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Unity, what does the Transform component primarily manage?

Input handling

Visual appearance

Position, rotation, and scale

Physics calculations

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Transform.Find() method do?

Finds the next GameObject in the hierarchy

Finds a GameObject in the scene

Finds a child Transform by name

Finds a script component

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended structure for a robotic arm in this assignment?

Separate scripts for each arm

Nested GameObjects under a root 'Arm'

A single flat list of GameObjects

Prefabs without parenting

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does `foreach (Transform child in transform)` allow you to do?

Update all scripts in a scene

Iterate through all children of a GameObject

Delete components

Import assets

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can rotation be animated in a wave-like pattern in Unity?

By using Time.deltaTime only

By applying a fixed rotation every frame

By using Mathf.Sin(Time.time)

By using rigidbody forces

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What C# method is used to create a GameObject at runtime?

Create()

Instantiate()

Spawn()

Generate()

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?