Interface Flashcards
1
Q
Game View
A
The Game View shows what the player sees when they play out game. We can test our game in the Game View.
2
Q
The Inspector window shows what?
A
We can see information about the gameObject we select
3
Q
The Hierarchy window shows what?
A
A list of everything we can see in the scene view. we use the hierarchy window to organize and view objects in the scene.
4
Q
The _____ window shows all the files that are used in your game. These files are called ______, which includes 3D models, audio files, scripts, and so on.
A
Project.
Assets
5
Q
How do you create an Instance?
A
By dragging a prefab from the project window to the hierarchy window or scene view.