Training UPDATED ACTUAL Exam
Questions and CORRECT Answers
What is can be included in an FBX? - CORRECT ANSWER - Materials, Rigs,
Animations, Meshes, Lighting
What does it mean when all of the objects in the scene are purple? - CORRECT
ANSWER - Unity cannot find the referenced materials
Which path allows you to import a Unity Asset Package? - CORRECT ANSWER - Import
> Package > Custom Package
If you've already purchased an Asset from the Asset store and want to import it, where can you
find it? - CORRECT ANSWER - The Package Manager
You're downloading a newer version of an Asset Pack you already have, how will you avoid
importing duplicates of the same asset - CORRECT ANSWER - Unity's Import Window
should show you which are already imported and not allow you to reimport, unless there are
changes
You are working on the following smoke animation sprite sheet. You need the animation to play
smoothly and not shift when playing, which option would you use to slice it correctly -
CORRECT ANSWER - Grid By Cell Count
True or False: Setting a sprite to be cut, Automatically, will create square cuts with each sprite
piece perfectly centered. - CORRECT ANSWER - FALSE
Which dropdown must first be edited to begin slicing a sprite sheet? - CORRECT
ANSWER - Sprite Mode
, A ______ is a single point on a _____ object - CORRECT ANSWER - Vertex, 3D
Select the tooltip that will let you select the cubes vertices. - CORRECT ANSWER - 3 dot
connected with line symbol (vertices symbol in pro builder)
True or False, each animation curve can only have 1 keyframe. - CORRECT ANSWER -
FALSE
If you apply changes to a prefab it will apply that change to ALL other prefabs. - CORRECT
ANSWER - TRUE
You are using prefabs of buildings and trees to fill your digital world and would like to slightly
modify the color of one of your buildings, what could you create to do this? - CORRECT
ANSWER - A prefab variant
Select the correct definition of a prefab. - CORRECT ANSWER - A preconfigured asset
that serves as a template allowing you to easily create duplicate instances in the game scene.
What component does every GameObject in Unity have? - CORRECT ANSWER -
Transform
Click the correct arrow to move the obiect in the Z Direction - CORRECT ANSWER -
The blue arrow
The Transform Contains the following: - CORRECT ANSWER - - The Objects position in
3d space
- The objects scale
- The objects 3d rotation information
True or False: You shouldn't start prototyping any behavior in your game until you have final art
assets. - CORRECT ANSWER - FALSE