Unity Practice Test

0%

Complete the sentence: During the lifespan of a Unity script, Start is called _________________ .

Correct! Wrong!

Explanation:
The correct answer is
exactly once

Check the statement - Awake is only called in a Unity script if the script isn't activated.

Correct! Wrong!

Explanation:
Awake is called even if the script is a disabled component of an active GameObject. Awake can not act as a coroutine. Note: Use Awake instead of the constructor for initialization, as the serialized state of the component is undefined at construction time. Awake is called once, just like the constructor.

In Unity, which view may display a 3D or 2D perspective?

Correct! Wrong!

Explanation:
The Scene View is where you will spend the most amount of time in the Editor. All of the creation happens here. Here you can create GameObjects by dragging them into the Scene View or Hierarchy, or create them from the Create menu.

Select the location of the Unity Collaborate button on the Unity editor window interface.

Correct! Wrong!

Explanation:
You can find the Toolbar at the top of the Unity Editor. It is not a window, and is the only part of the Unity interface that you can’t rearrange. The Toolbar appears at the top of the Editor. The Toolbar consists of several groups of controls. Each relate to different parts of the Editor.

After exiting (True/ False), adjustments done in inspector during play mode are permanent.

Correct! Wrong!

Explanation:
The correct answer is
False

True/ False: The following steps are used to create a NavMesh from level geometry tagged as Navigation Static: Baking

Correct! Wrong!

Explanation:
The correct answer is
True

True or False: This animation window view allows the keys of several objects to be displayed on horizontal tracks: Dope Sheet

Correct! Wrong!

Explanation:
The correct answer is
True

True or False: This determines the air resistance from forces influencing the GameObject in a Rigidbody component.: Drag

Correct! Wrong!

Explanation:
The correct answer is
True because this determines the air resistance from forces influencing the GameObject in a Rigidbody component

True or False: To make this animation placeholder in the Animator Window, first right-click in any available spot. Is it time for you to make a decision? Create State>Empty

Correct! Wrong!

Explanation:
The correct answer is
True

True or False: In the Unity Editor, a Prefab is: Collisions with other Nav Mesh Agents and geometry are avoided.

Correct! Wrong!

Explanation:
An asset type that stores a GameObject with components and properties

The Unity Editor is in this mode, which is indicated by the red play controls:

Correct! Wrong!

Explanation:
The Animation window time line is tinted red when in this mode; In record mode, Unity automatically creates keyframes at the playback head when you move, rotate, or modify any property that can be animated on your gameObject.

Your project must be synced to _________________ in order to use Unity Cloud Build.

Correct! Wrong!

Explanation:
The correct answer is
A source control repository

Complete the following code to refer to the position of the gameObjects: Vector3 pos = ???

Correct! Wrong!

Explanation:
Unity transform defines the position, rotation, and size of a Gameobject in the game world. transform might be the most basic component in Unity but it’s also the most important. You cannot define a Gameobject in Unity without transform. Even an empty Gameobject has the transform component.

When you click this button, what method gets called?

Correct! Wrong!

Explanation:
The correct answer is
AudioSource.Play

Score accumulation, attacking, and player health are some examples of _________________:

Correct! Wrong!

Explanation:
In tabletop games and video games, game mechanics are the rules that govern and guide the player's actions, as well as the game's response to them. A game's mechanics thus effectively specifies how the game will work for the people who play it.

The material property is a map that makes polygons appear to have more surface detail than they actually have.

Correct! Wrong!

Explanation:
The correct answer is
Normal

Distinguish between Rewarded and Simple Ads:

Correct! Wrong!

Explanation:
The correct answer is
Rewarded Ads cannot be skipped be default

This type of image must be imported for an Image Component:

Correct! Wrong!

Explanation:
Sprites are simple 2D objects that have graphical images (called textures) on them. Unity uses sprites by default when the engine is in 2D mode. When viewed in 3D space, sprites will appear to be paper-thin, because they have no Z-width. Sprites always face the camera at a perpendicular angle unless rotated in 3D space.

The animation window's graph view displays animations:

Correct! Wrong!

Explanation:
Curve editors is a new feature in Unity 5.1. Use Enter/Return or context menu to start editing selected keys, Tab to switch between fields, Enter/Return to commit, and Escape to cancel editing. Navigating the Curve View

Which of the emit from options allows particles to come from any point within the emitter geometry?

Correct! Wrong!

Explanation:
The correct answer is
Volume

A Culling Mask on a Light Component

Correct! Wrong!

Explanation:
The correct answer is
Determines which layers are affected by the light

Which component allows the canvas to resize in response to the size of the display?

Correct! Wrong!

Explanation:
The Canvas Scaler component is used for controlling the overall scale and pixel density of UI elements in the Canvas.

Which of the following methods does not return a value?

Correct! Wrong!

Explanation:
Void Start is at the head of code that is run when the game is started. It is run just that one time. Void Update would can contain code that is executed every time the game updates.

A spherical light that radiates in every direction

Correct! Wrong!

Explanation:
Point light, a Light that is located at a point in the Scene and emits light in all directions equally Spot light, a Light that is located at a point in the Scene and emits light in a cone shape Directional, a Light that is located infinitely far away and emits light in one direction only

Lightmaps store data in which type of file?

Correct! Wrong!

Explanation:
EXR file format, the professional-grade image storage format of the motion picture industry. The purpose of format is to accurately and efficiently represent high-dynamic-range scene-linear image data and associated metadata, with strong support for multi-part