GAME DESIGN EOPA , END OF PATHWAY FINAL EXAM, GAME DESIGN EXAM
QUESTIONS, EOPA 450 QUESTIONS, GAME DEVELOPMENT ASSESSMENT,
PATHWAY CERTIFICATION LATEST 2026-2027 ACTUAL EXAM WITH COMPLETE
QUESTIONS AND CORRECT DETAILED ANSWERS (100% VERIFIED ANSWERS)
|ALREADY GRADED A+| ||PROFESSOR VERIFIED|| ||BRANDNEW!!!||
Which settings determine how good the game looks globally? -
ANSWER-Quality Settings
An image or cutout that shapes a light adding light and shadow
variations across the light: - ANSWER-Cookie
The downside of faking shadows is that they are always there,
and the shadow will never change. (T/F) - ANSWER-True
Currently the Projector components are NOT compatible with the
Universal Render Pipeline (URP) or High Definition Render
Pipeline (HDRP) (T/F) - ANSWER-True
Lightmaps: - ANSWER-Store lighting data that has been pre-
calculated
,2|Page
To darken the ambient occlusion in baked lighting: - ANSWER-
Increase the Ambient Occlusion amount
Light Probes are used to: - ANSWER-Sample baked lighting at
specific points in a scene
Which kind of file do Lightmaps use to store data? - ANSWER-
EXR
Selecting "Generate Lightmap UVs" in the import settings of a
model: - ANSWER-Creates an additional set of UV coordinates
for Lightmap data
To access the lighting settings in Unity 2017 and above, choose: -
ANSWER-Window > Lighting > Settings
The bouncing of light off surfaces and color pickup from adjacent
surfaces is referred to as: - ANSWER-Global Illumination
,3|Page
What Lightmapping setting is a fast path-tracing based
lightmapped system that provides baked lightmaps and Light
Probes with progressive updates in the editor? - ANSWER-
Progressive
For Unity to know that objects in the scene are available for light
baking they must be marked as: - ANSWER-Static
Which method gets a reference to a component on a
GameObject? - ANSWER-GetComponent
In the following line of code, which of these does NOT set
playerPosition to 0,0,0? Vector 3 playerPosition =
_________________ - ANSWER-Vector3(0)
Which of the following is usually inefficient in a game but can be
applied when used for a limited time in a game and help to add
some pizzazz to your game? - ANSWER-Soft Shadows
, 4|Page
A _____________ executes a set of instructions and can either
return a value or not return a value. - ANSWER-Method
Which game component cannot be turned on or off through an
animation? - ANSWER-Animator
This Transition Parameter type is reset by the controller when
consumed by a transition: - ANSWER-Trigger
A programming language is a formal computer language that is
used to communicate instructions to a computing device in order
to control the computer's behavior in some way. - ANSWER-True
A number of elements in a specific order is: - ANSWER-an array
A function that contains arithmetic symbols (e.g. +, <, =/) is an
operator. - ANSWER-True
An instance is: - ANSWER-a single occurence
A collision volume is called: - ANSWER-a region