You can customize the Unity Editor to rearrange the interface to suit your needs. It’s possible to extend the interface with custom tools, or save different workspace layouts.
| Topic | Description |
|---|---|
| Customize your workspace layout | Arrange the windows in the Editor to create a personalized workspace. |
| Custom Unity Editor tools | Create custom tools to extend the Unity Editor’s functionality for your specific workflow needs. |
| Create custom overlays | Create custom overlays for the SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info See in Glossary view. |
| Programming with gizmos and handles | Draw lines and shapes in the Scene viewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info See in Glossary and Game view, and create interactive handles and controls. |