Unity 3D Editor Interface Flashcards

1
Q

How do you customise Unity’s interface?

A

By clicking and dragging the editor tabs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you close a tab?

A

Right-click on the tab and select “Close Tab”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a benefit of using the Unity Asset Store?

A

Prebuilt assets allow you to save time and money by not developing your own.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many licenses do you require for your team (for anything but editor extensions)?

A

One for the whole team.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is it possible to upload to the Asset Store (assuming it gets approved)?

A

anything exportable from Unity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you reveal more information about a log message?

A

Left-click on the message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If the logs are overflowing with repeated messages, which button condenses them?

A

Collapse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where would you click to hide the selected log message?

A

The error toggle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you add a cube object to the Hierarchy?

A

Click “Create” > “3D Object” > “Cube”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you create an empty GameObject in the root of the Hierarchy?

A

Right-click in the Hierarchy > “Create Empty”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the main purpose of the Hierarchy?

A

Organising and listing the GameObjects in a Scene.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you enable the “Alphabetical Sort” option for the Hierarchy?

A

“Edit” (“Unity” on Mac) > “Preferences” > “General” > “Enable Alpha Numeric Sorting”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does Transform Sort allow you to do that Alphabetical Sort doesn’t?

A

Re-order GameObjects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you return a Component to its default values?

A

Click the cog icon on the Component > “Reset”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can you create a new folder?

A

Right-click “Assets” folder > “Create” > “Folder”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you quickly rename a saved search?

A

Slow click twice.

17
Q

Select the best matching: 1. Searching by Type 2. Searching by Label 3. Saved Searches 4. Searching by text A. Doesn’t require any effort to categorise assets. B. Finds a file if you remember part of the name. C. Allows you to group files even between folders. D. Keep track of your frequently used filters.

A

1A, 2C, 3D, 4B

18
Q

How do you hide the Project window sidebar?

A

Click in the same way as closing a tab > Select “One Column Layout”.

19
Q

What does a Prefab do?

A

Stores a GameObject hierarchy complete with components and properties.

20
Q

How do you focus the Scene View Camera on a GameObject from the Hierarchy View?

A

Double-click

21
Q

How can you create a Prefab from an object in the Hierarchy?

A

Click and drag the GameObject into the Project View.

22
Q

How do you navigate around the scene like a first person game?

A

Using the WASD keys and mouse.

23
Q

Which key enables you to go faster in Flythrough Mode?

A

Shift

24
Q

How do you enter Flythrough Mode?

A

Right-click and hold.

25
Q

What shortcut is used for orbiting the camera?

A

Alt + click

26
Q

With a 3-button mouse, how do you move without selecting the Hand Tool?

A

Middle-click

27
Q

What is the purpose of the layers drop-down in the editor toolbar?

A

Allows you to filter the visible objects.

28
Q

Which shortcut plays a game?

A

Ctrl + P

29
Q

Which shortcut pauses a game

A

Ctrl + Shift + P