0001_Unity IDE and User Interface

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/167

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

168 Terms

1
New cards
<p>Toolbar</p>

Toolbar

provides access to your Unity Account and Unity Cloud Services. It also contains controls for Play mode; Undo history; Unity Search; a layer visibility menu; and the Editor layout menu.

2
New cards

Unity Search

search sources inside of Unity and perform actions on the results

SHORT-CUT: (ctrl + k)

3
New cards
<p>Hierarchy Window </p><p></p>

Hierarchy Window

hierarchical text representation of every GameObject in the Scene. Each item in the Scene has an entry in the hierarchy, so the two windows are inherently linked. The hierarchy reveals the structure of how GameObjects attach to each other.

4
New cards
<p>Game view</p>

Game view

simulates what your final rendered game will look like through your Scene Cameras. When you click the Play button, the simulation begins

5
New cards
<p>Scene view </p>

Scene view

allows you to visually navigate and edit your Scene. The Scene view can display a 3D or 2D perspective, depending on the type of Project you are working on.

6
New cards

Overlays

contain the basic tools for manipulating the Scene view and the GameObjects within it. You can also add custom Overlays to improve your workflow.

7
New cards
<p>The Inspector window </p>

The Inspector window

allows you to view and edit all the properties of the currently selected GameObject. Because different types of GameObjects have different sets of properties, the layout and contents of the Inspector window change each time you select a different GameObject

8
New cards
<p> The Project window</p>

The Project window

displays your library of Assets that are available to use in your Project. When you import Assets into your Project, appear here

9
New cards
<p>The status bar </p>

The status bar

provides notifications about various Unity processes, and quick access to related tools and settings

10
New cards

What is the shortcut to find the project window?

Ctrl + 5

Window > General > Project

11
New cards

How do you move the project window?

Click and drag the window from the TOP

12
New cards

Where can you place the project window?

dock it into place in the Editor or make it a free-floating window

13
New cards

How can you change the layout?

More menu (⋮) in the top right of the window and choose from either One Column Layout or Two Column Layout.

14
New cards
<p>What does the two column layout provide?</p>

What does the two column layout provide?

The Two Column Layout has an extra pane which shows a visual preview of each file.

15
New cards

What does the left panel show?

Shows the folder structure of the project as a HIERARCHICAL list

16
New cards

How to you collapse / expand folders in the project window?

You can click the small triangle

OR


Hold down the alt key while while you click to expand or collapse nested folders

17
New cards

Individual Assets are shown…

in the right hand panel as ICONS based on their type (script, material, sub-folder, etc)

18
New cards

How do you resize the icons in the project window?

use the slider at the bottom of the panel

<p>use the slider at the bottom of the panel </p>
19
New cards

What does sliding the slider of the project window do when you move them too much to the left?

they will be replaced by a hierarchical list view and are no longer icons

20
New cards

What does the purpose of the favorites folder in the project window?

you can keep frequently-used items for easy access. You can drag items from the Project structure list to the Favorites and also save search queries there

21
New cards

Toolbar: Create Menu

Displays a list of Assets and other sub-folders you can add to the folder currently selected.

22
New cards

Toolbar: Search Bar

Use the search bar to search for a file within your Project. You can choose to search within the entire Project (All), in the top level folders of your Project (listed individually), in the folder you currently have selected, or within the Asset Store.

23
New cards

Toolbar: Open in search

Opens the Unity Search tool to refine your search.

24
New cards

Tool bar: Search by type

Select this property to confine your search to a specific type, for example Mesh, Prefab, Scene.

25
New cards

Tool bar: Search by label

Select this property to choose a tag to search within

26
New cards

Tool bar: Save search

Saves your search under Favorites in the left panel.

27
New cards

Tool bar: Hidden packages count

Select this property to toggle the visibility of the packages in the Project window.

28
New cards

How do search filters work?

adding an extra term in the search text

(i.e. a term beginning with “t:” filters by the specified asset type, while “l:” filters by label)

29
New cards

Why are search filters effective?

You can type these terms directly into the search box rather than use the menu if you know what you are looking for. You can search for more than one type or label at once.

30
New cards

What does the Search the asset store do?

all free and paid items from the store that match your query will be displayed

31
New cards

What is the order of the search query of the search the asset store?

asset name → the package name → package label → package description

32
New cards

What happens when you select an item form the asset store?

its details will be displayed in the inspector along with the option to purchase and/or download it

33
New cards

What are some features of assets in the asset store?

Some asset types have previews available in this section so you can, for example, rotate a 3D model before buying. The inspector also gives the option of viewing the asset in the usual Asset Store window to see additional details

34
New cards

What is the order of the transform section?

Position → Rotation → Scale

35
New cards

What are gizmos

Handles on the object in the scene view

Alternative to using the inspector window

36
New cards

Move Hot Key

W

37
New cards

Rotate Hot Key

E

38
New cards

Scale Hot Key

R

39
New cards

RectTransform Hot Key

T

40
New cards

Transform Hot Key

Y

41
New cards

What is recttransform used for?

positioning 2D elements such as Sprites or UI elements

42
New cards

What does pivot do?

positions the Gizmo at the actual pivot point of the GameObject, as defined by the Transform component.

43
New cards

What does center do?

positions the Gizmo at a center position based on the selected GameObjects.

44
New cards

What does local do?

keeps the Gizmo’s rotation relative to the GameObject’s.

45
New cards

What does global do?

clamps the Gizmo to world space orientation.

46
New cards

World grid snapping

Snap a GameObject to a grid projected along the X, Y, or Z axes or transform a GameObject in increments along the X, Y, or Z axes. This is only available while using the World, or Global, handle orientation.

47
New cards

Surface Snapping

snap the GameObject to the intersection of any Collider.

48
New cards

Vertex Snapping

Snap any vertex from a given Mesh to the position of another Mesh’s vertex or surface. You can snap vertex to vertex, vertex to surface, and pivot to vertex.

49
New cards

What does dragging a prefab into the scene do?

Unity places them at the cursor position by default. You can preserve any offsets in the Prefab in relation to the cursor position by holding the Alt key while dragging a Prefab.

50
New cards

Surface Snapping Details

  • Make sure the Move tool is active.

  • Hold Shift and Control (MacOs: Cmd), then click and hold a GameObject’s tool handle.

  • Drag the GameObject on to another GameObject with a Collider.

51
New cards

What is the purpose of surface snapping?

To snap a GameObject to the intersection of a Collider

52
New cards

What is the purpose of vertex snapping?

To quickly assemble your Scenes

53
New cards

How is vertex snapping done?

Take any vertex from a given Mesh and place that vertex in the same position as any vertex from any other Mesh you choose.

(i.e) use vertex snapping to align road sections precisely in a racing game, or to position power-up items at the vertices of a Mesh

54
New cards

Steps for Vertex snapping

  • Select the Mesh you want to manipulate and make sure the Move tool is active.

  • Press and hold the V key to activate the vertex snapping mode.

  • Move your cursor over the vertex on your Mesh that you want to use as the pivot point.

  • Hold down the left mouse button once your cursor is over the vertex you want and drag your Mesh next to any other vertex on another Mesh.

  • To snap a vertex to a surface on another Mesh, add and hold down the Shift+Ctrl (Windows) or Shift+Command (macOS) key while you move over the surface you want to snap to.

  • To snap the pivot to a vertex on another Mesh, add and hold the Ctrl (Windows) or Command (macOS) key while you move the cursor to the vertex you want to snap to.

  • Release the mouse button and the V key when you are happy with the results (Shift+V acts as a toggle of this functionality).

55
New cards

What is the purpose of grid snapping?

Unity provides a visual grid in the Editor’s Scene view window, which can help precisely align GameObjects by snapping (moving) them to the nearest grid location.

56
New cards

How do you snap a game object along the grid?

Align selected GameObjects to the nearest grid point.

or

Turn on grid snapping while you move, rotate, or scale a GameObject.

57
New cards

How else can you use the grid without aligning it to the lines?

You need to change how much you are moving, rotating, or scaling. You can change the increment snap values

58
New cards

How can you change the grid?

  • The size of the grid (adjust the distance between the lines).

  • The color of the grid lines themselves.

  • How transparent or opaque the grid lines appear.

  • The position of the grid in the Scene view window (move it closer or farther).

59
New cards

Increase Grid Size Hot Key

Ctrl + [

60
New cards

Decrease Grid Size Hot Key

Ctrl + ]

61
New cards

Push to Grid (Align Selection to Grid) Hot Key

Ctrl + \

62
New cards

What is the purpose of the scene gizmo?

This displays the Scene view Camera ’s current orientation, and allows you to change the viewing angle and projection mode.

63
New cards

How do you return to the default angle in the scene view?

Right-click the Scene Gizmo and select Free.

64
New cards
<p>What does toggling on and off Prespective do?</p>

What does toggling on and off Prespective do?

This changes the projection mode of the Scene view between Perspective and Orthographic (sometimes called “isometric”).

65
New cards

What is the purpose of the Orthographic view?

It has no perspective, and is useful in combination with clicking one of the conical axis arms to get a front, top or side elevation.

<p>It has no perspective, and is useful in combination with clicking one of the conical axis arms to get a front, top or side elevation.</p>
66
New cards

How can the arrow keys be used in the scene view?

To move around the Scene as though “walking” through it. The Up and Down arrow keys move the Camera forward and backward in the direction it faces. The Left and Right arrow keys pan the view sideways. Hold down the Shift and an arrow key to move faster

67
New cards

What is the short cut for the view tool?

Q

68
New cards

What is the Pan do in the Scene view?

Click and drag to pan the Camera around.

**ICON LOOKS LIKE A HAND

69
New cards

What does the Orbit do in the scene view?

Hold Alt (Windows) or Option (macOS), and left-click and drag to orbit the Camera around the current pivot point. This option isn’t available in 2D mode, because the view is orthographic.

** ICON LOOKS LIKE AN EYE

70
New cards

What does the Zoom do in the scene view?

Hold Alt (Windows) or Option (macOS), and right-click and drag to zoom the Scene view. On macOS, you can also hold Control, and left-click and drag instead.

** ICON LOOKS LIKE A MAGNIFYING GLASS WITH A PLUS

71
New cards

What key is used to increase the rate of movement and speed?

Shift

72
New cards

What is fly-through mode used for?

fly around the Scene view in first-person, similar to how you would navigate in many games.

(ONLY USED FOR PERSPECTIVE VIEW)

73
New cards

What is the first step to enable flythrough mode?

Click and hold the right mouse button.

74
New cards

Which keys move forward and backwards in flythrough mode?

W and S

75
New cards

Which keys move left and right in flythrough mode?

A and D

76
New cards

Which keys move up and down in flythrough mode?

Q and E

77
New cards

How to pan with a 3 button mouse?

Hold the middle-mouse button then drag

78
New cards

How to pan with a 2 button mouse?

Hold Alt+Control+left-click, then drag

79
New cards

How to orbit?

Hold Alt+left-click, then drag

80
New cards

How to zoom with a 3 button mouse?

Scroll wheel

81
New cards

How to zoom with 2 button mouse?

Hold Alt+right-click, then drag

82
New cards

Change Speed with a 3 button mouse?

Use the scroll wheel while moving.

83
New cards

Change speed with a 2 button mouse?

Drag with two fingers while moving

84
New cards

How do you center an object in the game view?

Select the GameObject in the Hierarchy, then move the mouse over the Scene view and press F

85
New cards

Where can the center an object feature be found?

Edit > Frame Selected.

86
New cards

How do you lock an object to be centered even when it is moving?

Shift+F

87
New cards

Where can you find the feature to lock the object in the center even when it’s moving?

This feature is also in the menu bar under Edit > Lock View to Selected

88
New cards

What is the purpose of toggle scence picking controls?

picking controls on and off to mark which items are pickable when you work in the Editor. By default, all items are pickable, but you can choose which Scene items Unity skips adding to the selection when you click on them (i.e. if you dont want to accidentally edit something)

89
New cards

What happens to an item when it becomes unpickable?

Unity continues to render them even though you can no longer select or edit them in the Scene view. The pickability state persists only in the Editor and only for the user in the Project where it was set. Changing the pick state does not “dirty” the Scene (that is, count as a modification).

90
New cards

How do you toggle scene picking?

  • Click a GameObject’s pickability icon in the Hierarchy window to toggle between enabling and disabling picking the GameObject and its children.

  • Toggling pickability for a GameObject and its children affects all child GameObjects, from the “target” GameObject all the way down to the bottom of the hierarchy.

91
New cards

How to you prevent toggling the picking for all objects on the hierarchy?

Alt + Click

92
New cards

What is the purpose of the pickability icon?

To help you track what’s going on and which items are pickable and which are not

93
New cards
<p></p>

You can pick the GameObject, but you cannot pick some of its children

94
New cards
term image

You cannot pick the GameObject, but you can pick some of its children.

95
New cards
term image

You cannot pick the GameObject nor its children.

96
New cards
term image

You can pick the GameObject and its children. This icon only appears when you hover over the GameObject.

97
New cards

What is the purpose of the scene visibility?

Allows you to quickly hide and show GameObjects in the Scene view without changing their in-game visibility. This is useful for working with large or complex Scenes where it can be difficult to view and select specific GameObjects.

98
New cards

Where can you toggle visibility for individual GameObjects from the Hierarchy window?

On the very far left of the hierarchy window

99
New cards
term image

the GameObject is visible, but some of its children are hidden.

100
New cards
term image

the GameObject is hidden, but some of its children are visible.