Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Unity Certified User Artist Tests and Training questions with correct answers, Exams of Advanced Education

Unity Certified User Artist Tests and Training questions with correct answers

Typology: Exams

2024/2025

Available from 07/14/2025

EXAMDOC
EXAMDOC 🇺🇸

4.2

(7)

19K documents

1 / 9

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Unity Certified User Artist Tests and Training
questions with 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
pf3
pf4
pf5
pf8
pf9

Partial preview of the text

Download Unity Certified User Artist Tests and Training questions with correct answers and more Exams Advanced Education in PDF only on Docsity!

Unity Certified User Artist Tests and Training

questions with 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: Baked lights will cast shadows as an object moves through them. - Correct Answer-FALSE True or False: Loosely speaking, reducing the field of view will make the viewspace smaller, shrinking the camera frustrum. - Correct Answer-TRUE Spotlight - Correct Answer-A light emitted from a point in a given direction. Area Light - Correct Answer-A baked only light emitting 180 degrees of light from a surface. Point Light - Correct Answer-A light that emits 360 degrees from a spot in the world. Directional Light - Correct Answer-A light that does not have any identifiable source position and so the light object can be placed anywhere in the scene. All objects in the scene are illuminated as if the light is always from the same direction Universal Render Pipeline - Correct Answer-You want a your game to look good and run on as many devices as possible balancing optimization and fidelity. High Definition Render Pipeline - Correct Answer-You want your simulation to look as lifelike as possible If you wanted some objects that are not rendered by the camera, but are visible in the scene view, or in specific situations you could disable a layer in the ___________ property of the camera and set the __________you want hidden to that layer. - Correct Answer-Culling Layer, GameObjects

A ________ or Sprite Atlas is a collection of textures that you can slice up for animations or single use. - Correct Answer-Sprite Sheet What is the albedo map? - Correct Answer-Where you choose colors by dragging the crosshair to a specific color What does raising and lowering specular value do? - Correct Answer-Lowering - makes object less shiny Raising - makes object shinier TEST 2 - Correct Answer-TEST 2 What would be the 'best' way to send a 3D asset for someone to use in Unity? - Correct Answer-Export an FBX or OBJ that contains all needed files True or False: Unity Supports OBJ and FBX files. - Correct Answer-TRUE Where could you look for assets to use for prototyping or production within Unity?

  • Correct Answer-The Unity Asset Store True or False: To redownload an Asset Package you've purchased through the Unity Asset Store, you must visit the asset store through a browser. - Correct Answer-FALSE Select the correct box to opt out of including animations with your FBX import. - Correct Answer-Import Animation

The ______ allows you to _____ animations - Correct Answer-Animation Window, Create and Edit If you wanted to save movement positions at given key frames, which button would you click? - Correct Answer-The record button True or False: You can adjust the speed of transitions and animation changes on the Curve Editor. - Correct Answer-TRUE True or False: Unity supports nested prefabs. - Correct Answer-TRUE Which component contains the position, rotation and scale of a GameObject? - Correct Answer-Transform A simple geometric shape you can use for prototyping and greyboxing in Unity is called a _______ - Correct Answer-Primitive Select True for each Object if they are a primitive in Unity, or False if they are not.

  • Correct Answer-True: Sphere, Cube, Quad False: Trapezoid, Vertex Mesh Select the option best suited for a material to simulate glass or clear plastic. - Correct Answer-Transparent

Select the item that would allow you to input a map that helps simulate detail of scratches, ridges and bumps. - Correct Answer-Normal Map Select the tool tip you would click to change the color of your rendered BG if you have 'Solid Color' selected. - Correct Answer-Background Select the project pipeline template you'd want to launch if you were creating a AAA quality project or an automotive demo. - Correct Answer-High Definition RP Select the project pipeline template you'd want to use if you want something to look as good as possible, but you also want to optimize performance. - Correct Answer-Universal Render Pipeline True or False: The Terrain tool comes with free trees to paint into your landscape. - Correct Answer-FALSE True or false: If an object has 'cast shadows' set to 'no' the light will simply pass through it. - Correct Answer-TRUE True or False: You can only have one camera in your scene at any given time. - Correct Answer-FALSE True or False: The Universal Render Pipeline and the Built-in Render Pipeline are basically the same thing. - Correct Answer-FALSE Spot Angle - Correct Answer-The breadth at which the spotlight will cast its spotlight, expanding or reducing the size of the cone