LATEST UNITY CERTIFIED USER:
PROGRAMMER CERTIFICATION EXAM
OFFERED BY UNITY | Q&A WITH
RATIONALES
Section 1: Unity Interface and Navigation (Questions 1–
15)
1. Which Unity window lists all GameObjects present in the current scene?
A) Project window
B) Hierarchy window
C) Inspector window
D) Console window
Correct answer: B
Rationale: The Hierarchy window displays all GameObjects in the current scene,
allowing users to select and organize them.
2. What is the role of the Inspector window in Unity?
A) Managing assets
B) Modifying GameObject properties and components
C) Navigating scenes
D) Viewing error messages
Correct answer: B
Rationale: The Inspector window shows and allows editing of the properties and
components attached to the selected GameObject.
3. How do you switch between 2D and 3D mode in the Scene view?
A) By clicking the Game view
B) By toggling the 2D button in the Scene view
,C) By changing project settings
D) By using the Inspector window
Correct answer: B
Rationale: The Scene view has a 2D toggle button that lets users switch between
2D and 3D visualization.
4. What does the Transform component control?
A) Asset import settings
B) GameObject's position, rotation, and scale
C) Rendering options
D) Audio playback
Correct answer: B
Rationale: The Transform component defines the position, rotation, and scale of a
GameObject in the scene.
5. Which window displays error messages and debug logs in Unity?
A) Project window
B) Hierarchy window
C) Inspector window
D) Console window
Correct answer: D
Rationale: The Console window displays error messages, warnings, and debug
logs generated by the Unity Editor and scripts.
6. What is the purpose of the Project window?
A) To display GameObjects in the current scene
B) To modify GameObject properties
C) To manage and organize assets in the project
D) To view error messages
Correct answer: C
Rationale: The Project window displays all assets (scripts, textures, models, etc.) in
the project and allows for asset management.
,7. Which menu contains the Build Settings in Unity?
A) Assets > Build Settings
B) Edit > Build Settings
C) File > Build Settings
D) Window > Build Settings
Correct answer: C
Rationale: Build Settings are accessed through File > Build Settings, where you
can configure platform and build options.
8. How can you change the default scripting IDE in Unity?
A) Edit > Preferences > External Tools
B) Edit > Project Settings > Scripting
C) Window > General > Scripting
D) Assets > Open C# Project
Correct answer: A
Rationale: The default scripting IDE can be changed in Edit > Preferences >
External Tools under External Script Editor.
9. The Game view in Unity shows:
A) The scene as seen from the camera
B) The project's assets
C) The GameObject hierarchy
D) The inspector for the selected object
Correct answer: A
Rationale: The Game view displays a preview of what the camera sees,
representing the final game view.
10. Which shortcut creates a new GameObject in the scene?
A) Ctrl + N
B) Ctrl + Shift + N
C) Ctrl + Alt + N
D) Ctrl + D
, Correct answer: B
Rationale: Ctrl + Shift + N (or Cmd + Shift + N on Mac) creates a new empty
GameObject in the scene.
11. What is the purpose of the Animator window?
A) To animate objects in the scene
B) To create and manage animation state machines
C) To import animation clips
D) To record animations from the Game view
Correct answer: B
Rationale: The Animator window is used to create and manage animation state
machines and transitions between animation states.
12. Where are asset import settings configured?
A) In the Project window by selecting the asset
B) In the Inspector window when an asset is selected
C) In the Console window
D) In the Game view
Correct answer: B
Rationale: When an asset is selected in the Project window, its import settings
appear in the Inspector window.
13. What does the "Apply" button do in the Inspector when modifying a
prefab asset?
A) Saves changes to the prefab asset
B) Applies changes to the GameObject in the scene only
C) Reverts changes to the prefab
D) Creates a new prefab variant
Correct answer: A
Rationale: The Apply button saves modifications made to a prefab instance back
to the prefab asset, updating all instances.
PROGRAMMER CERTIFICATION EXAM
OFFERED BY UNITY | Q&A WITH
RATIONALES
Section 1: Unity Interface and Navigation (Questions 1–
15)
1. Which Unity window lists all GameObjects present in the current scene?
A) Project window
B) Hierarchy window
C) Inspector window
D) Console window
Correct answer: B
Rationale: The Hierarchy window displays all GameObjects in the current scene,
allowing users to select and organize them.
2. What is the role of the Inspector window in Unity?
A) Managing assets
B) Modifying GameObject properties and components
C) Navigating scenes
D) Viewing error messages
Correct answer: B
Rationale: The Inspector window shows and allows editing of the properties and
components attached to the selected GameObject.
3. How do you switch between 2D and 3D mode in the Scene view?
A) By clicking the Game view
B) By toggling the 2D button in the Scene view
,C) By changing project settings
D) By using the Inspector window
Correct answer: B
Rationale: The Scene view has a 2D toggle button that lets users switch between
2D and 3D visualization.
4. What does the Transform component control?
A) Asset import settings
B) GameObject's position, rotation, and scale
C) Rendering options
D) Audio playback
Correct answer: B
Rationale: The Transform component defines the position, rotation, and scale of a
GameObject in the scene.
5. Which window displays error messages and debug logs in Unity?
A) Project window
B) Hierarchy window
C) Inspector window
D) Console window
Correct answer: D
Rationale: The Console window displays error messages, warnings, and debug
logs generated by the Unity Editor and scripts.
6. What is the purpose of the Project window?
A) To display GameObjects in the current scene
B) To modify GameObject properties
C) To manage and organize assets in the project
D) To view error messages
Correct answer: C
Rationale: The Project window displays all assets (scripts, textures, models, etc.) in
the project and allows for asset management.
,7. Which menu contains the Build Settings in Unity?
A) Assets > Build Settings
B) Edit > Build Settings
C) File > Build Settings
D) Window > Build Settings
Correct answer: C
Rationale: Build Settings are accessed through File > Build Settings, where you
can configure platform and build options.
8. How can you change the default scripting IDE in Unity?
A) Edit > Preferences > External Tools
B) Edit > Project Settings > Scripting
C) Window > General > Scripting
D) Assets > Open C# Project
Correct answer: A
Rationale: The default scripting IDE can be changed in Edit > Preferences >
External Tools under External Script Editor.
9. The Game view in Unity shows:
A) The scene as seen from the camera
B) The project's assets
C) The GameObject hierarchy
D) The inspector for the selected object
Correct answer: A
Rationale: The Game view displays a preview of what the camera sees,
representing the final game view.
10. Which shortcut creates a new GameObject in the scene?
A) Ctrl + N
B) Ctrl + Shift + N
C) Ctrl + Alt + N
D) Ctrl + D
, Correct answer: B
Rationale: Ctrl + Shift + N (or Cmd + Shift + N on Mac) creates a new empty
GameObject in the scene.
11. What is the purpose of the Animator window?
A) To animate objects in the scene
B) To create and manage animation state machines
C) To import animation clips
D) To record animations from the Game view
Correct answer: B
Rationale: The Animator window is used to create and manage animation state
machines and transitions between animation states.
12. Where are asset import settings configured?
A) In the Project window by selecting the asset
B) In the Inspector window when an asset is selected
C) In the Console window
D) In the Game view
Correct answer: B
Rationale: When an asset is selected in the Project window, its import settings
appear in the Inspector window.
13. What does the "Apply" button do in the Inspector when modifying a
prefab asset?
A) Saves changes to the prefab asset
B) Applies changes to the GameObject in the scene only
C) Reverts changes to the prefab
D) Creates a new prefab variant
Correct answer: A
Rationale: The Apply button saves modifications made to a prefab instance back
to the prefab asset, updating all instances.