
Unity Development Quiz Review
Authored by Nguyen Thien Phuc (FE FPTU BD)
Computers
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the primary advantage of using the Unity Input System over the old Input Manager?
It supports multiple devices and remappable controls.
It is easier to use for basic keyboard input.
It does not require event-driven programming.
It automatically configures controls for all game genres.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you correctly transition between animations in Unity using the Animator Controller?
animator.Play("RunAnimation");
animator.SetTrigger("Run");
animator.SetAnimation("Run");
animator.SwitchAnimation("Run");
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct way to dynamically adjust an animation parameter in Unity?
animator.SetFloat("Speed", 5f);
animator.Speed = 5f;
animator.UpdateSpeed(5f);
animator.SetAnimationSpeed("Speed", 5f);
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the benefit of using a Coroutine in Unity?
It allows executing code in parallel without blocking the main thread.
It speeds up execution by running on a separate CPU core.
It prevents memory leaks when loading new scenes.
It reduces CPU usage by running background tasks.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How can you pause a Coroutine in Unity for 2 seconds?
yield return new WaitForSeconds(2f);
Thread.Sleep(2000);
Coroutine.Wait(2f);
Delay(2f);
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct way to check if an Animator has reached the end of an animation clip?
if (animator.GetCurrentAnimatorStateInfo(0).normalizedTime >= 1.0f)
if (animator.GetState().IsComplete())
if (animator.AnimationEnded())
if (animator.currentClip.endTime == Time.time)
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which technique is best for optimizing performance when instantiating multiple objects in Unity?
Use Instantiate() in Update().
Use object pooling to reuse inactive objects.
Destroy objects immediately after use.
Use Resources.Load() to create objects dynamically.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
DWDM-2
Quiz
•
University
20 questions
HCI - UCD
Quiz
•
University
20 questions
Y7 computational thinking
Quiz
•
6th Grade - University
20 questions
Cloud Review Quiz
Quiz
•
University
18 questions
Netw2-Quiz No. 3 (final term)
Quiz
•
University
20 questions
Python Recap
Quiz
•
7th Grade - University
20 questions
IT Essential UIUX Chapter 1 & 2
Quiz
•
University
18 questions
Programming in C language
Quiz
•
12th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade