Last updated
Last updated
Hats is a framework to enable the concept of workspaces in Unity. You can switch to a workspace at any moment to customise the appearance or the behaviour to the Editor according to the task you are performing.
By switching workspaces, the Editor can be made to load a specialised layout, open one or more scenes, hide or lock objects in the open scene, hide specific components, and more. Third-party tools can be made to work differently. And you can create custom behaviour as a result of workspace switch.
For instance, an indie developer could create workspaces for Level Design, Set Dressing, Cinematics, Testing, to be used when performing different tasks that require different tools.
When the Level Design workspace becomes active, it loads the main game scene and hides some components.
When the Testing workspace is activated, it loads the Initialisation scene, so the developer can immediately enter Play Mode and test the game from the main menu.
...
Hats is a way to make the Unity Editor more streamlined, so you get focus – whichever hat you're wearing the moment.