Computer Language/Unity
[Unity] View
정우섭
2019. 2. 19. 06:00
Each screens that configures Unity, we call them View.
Hierarchy View shows the list of each objects.
Inspector View shows the status of each objects.
#Scene View shows the situation of game just like a scene of a movie. You can see how the objects positioned. Also you can move objects the way you want and also test specific situation with this function.
Game View shows in-game view so you can see how the real players see the situation in game.
Project View shows elements files of the project.
Console View shows the log about how the game works.