Unity Quiz
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 17% Most missed: “You can programmatically control audio effects, like Pitch and Reverb, from C# s…”

Unity MCQs For LinkedIn Skill Assessments.

Unity is a cross-platform game engine used to develop video games and simulations for computers, consoles and mobile devices.

Topics: Animation, Asset Management, C# Scripting, Gameplay, Programming.

Unity Quiz
Time left 00:00
25 Questions

1. What does the Destroy function do?
2. Unity scenes may be saved entirely in the YAML format. Why might you do this?
3. Orthographic cameras remove which visual effect?
4. How does the Range C# attribute control the interaction behavior of numerical variables in the Object Inspector?
5. Humanoid character assets, like NPCs and the player character, feature on Avatar object. Which statement best describes its purpose?
6. What is Cinemachine Virtual Camera used for?
7. Rigidbody components may be added to objects with colliders to make them affected by physical forces. What does the IsKinematic property achieve?
8. When building assets like meshes for Unity. It is good practice to use which measurement unit?
9. Some material types may include normal map textures. What does a normal map achieve?
10. What is the Console windows useful for?
11. What does the C# Space attribute used below achieved?
[Space(20)]
Public string PlayerName;
12. A SkinnedMeshRenderer component is attached automatically by Unity to some mesh objects when they are added to a scene. Which reason best explains why?
13. Which statement best descibes the function Quaternion.Euler?
14. How can you change the unique bundle identifier for a mobile build?
15. What is a technique for optimizing Unity UI elements?
16. You can perfectly align two mesh objects together at the vertices by using vertex snapping. How do you best access this tool?
17. De-lighting is associated with which technology?
18. Sprite atlas assets, large textures containing many smaller sprites, can be optimized by batching together what?
19. You can combine quaternions together through which arithmetic operation?
20. A bullet game object is fired from a weapon and travels quickly through the scene using a RigidBody component. It sometimes passes through solid objects even though they have colliders. What is a reasonable strategy for correcting this?
21. For the OnTriggerEnter function to invoke successfully on a collision between two objects, at least one must have which two components?
22. What does this code sample achieve? Float Answer = Random.value \* 10f;
23. The Collaborate feature of Unity Teams empowers whom to do what?
24. You are making a game where you need to execute your own functions in response to critical animation events for a rigged character. Specifically, there are two events you must handle: when an animation state is entered and when it is exited in the Animator graph. Which class may be used to invoke your code when those two events happen?
25. What does the PlayableDirector component allow you to do?

⚡ Recently practiced quizzes in this topic
Live quiz activity