Unity 3D Editor Interface Flashcards
How do you customise Unity’s interface?
By clicking and dragging the editor tabs.
How do you close a tab?
Right-click on the tab and select “Close Tab”.
What is a benefit of using the Unity Asset Store?
Prebuilt assets allow you to save time and money by not developing your own.
How many licenses do you require for your team (for anything but editor extensions)?
One for the whole team.
Which of the following is it possible to upload to the Asset Store (assuming it gets approved)?
anything exportable from Unity.
How do you reveal more information about a log message?
Left-click on the message.
If the logs are overflowing with repeated messages, which button condenses them?
Collapse.
Where would you click to hide the selected log message?
The error toggle.
How do you add a cube object to the Hierarchy?
Click “Create” > “3D Object” > “Cube”.
How do you create an empty GameObject in the root of the Hierarchy?
Right-click in the Hierarchy > “Create Empty”.
What is the main purpose of the Hierarchy?
Organising and listing the GameObjects in a Scene.
How do you enable the “Alphabetical Sort” option for the Hierarchy?
“Edit” (“Unity” on Mac) > “Preferences” > “General” > “Enable Alpha Numeric Sorting”.
What does Transform Sort allow you to do that Alphabetical Sort doesn’t?
Re-order GameObjects.
How do you return a Component to its default values?
Click the cog icon on the Component > “Reset”.
How can you create a new folder?
Right-click “Assets” folder > “Create” > “Folder”.