
Unity Development Quiz

Quiz
•
Computers
•
University
•
Medium
Nguyen Thien Phuc (FE FPTU BD)
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the DontDestroyOnLoad() method in Unity?
It prevents a GameObject from being destroyed when a new scene loads.
It makes a GameObject immune to collisions.
It prevents a GameObject from being affected by physics.
It keeps the GameObject at a fixed position.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you properly implement a coroutine in Unity?
Use async and await keywords.
Call the method normally in Update().
Use StartCoroutine(MyCoroutine()).
Use InvokeRepeating().
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does Time.deltaTime represent in Unity?
The total time since the game started.
The time it takes for one physics update.
The time elapsed between frames.
The time elapsed in real-world seconds.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes a Unity Prefab?
A GameObject that is stored as an asset and can be reused.
A script that controls the physics of a GameObject.
A UI element for organizing GameObjects.
A GameObject that cannot be instantiated at runtime.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the best way to handle player input in Unity for multiple platforms?
Using Input.GetKey() directly.
Using Unity’s Input System package.
Checking input in FixedUpdate().
Using Input.GetAxisRaw() only.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to apply force to a Rigidbody in Unity?
rigidbody.velocity = new Vector3(0, 10, 0);
rigidbody.MovePosition(transform.position + Vector3.up * 10);
rigidbody.AddForce(new Vector3(0, 10, 0), ForceMode.Impulse);
rigidbody.transform.position += Vector3.up * 10;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Unity, what is the difference between OnTriggerEnter() and OnCollisionEnter()?
OnTriggerEnter() is called for all collisions.
OnCollisionEnter() requires at least one Rigidbody.
OnTriggerEnter() requires the GameObject to have a MeshRenderer.
OnCollisionEnter() only works with UI elements.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
CodeMonkey

Quiz
•
1st Grade - Professio...
19 questions
Programación de Videojuegos (Segundo Parcial)

Quiz
•
University
25 questions
Unity Game Development Quiz

Quiz
•
University
20 questions
Unity Development Quiz Review

Quiz
•
University
15 questions
Intro To Unity

Quiz
•
University - Professi...
17 questions
MakeCode Review Quiz

Quiz
•
11th Grade - University
20 questions
Estructura y Arquitectura de Videojuegos

Quiz
•
University
15 questions
Mocademy - Quiz 2

Quiz
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade