Google News
logo
Unity - Interview Questions
How Many Panels are Available in the Unity Editor?
The Unity editor has three panels :

* Hierarchy panels
* Project panels
* Inspector panels

The hierarchy panel displays the scene structure, game objects, and components. Users also get the chance to organize the latter using their names.

The project panel has files obtained from the asset folder’s file systems. It displays the textures, materials, scripts, and shaders to be used in the project.

The inspector panel permits the modification of numerical values such as scale, rotation, and position. One can also modify scene objects’ drag and drop features such as game objects, materials, and prefabs.
Advertisement