Publisher | Liquid Glass Games |
---|---|
File size | 766.33kB |
Number of files | 31 |
Latest version | 1.3.3 |
Latest release date | 2024-08-19 02:03:35 |
First release date | 2024-04-12 03:37:13 |
Supported Unity versions | 2018.4.2 or higher |
- Works with Unity 2020.2.0f1 or above
Manul Toolbar is a tool that lets you add and customize your own buttons, toggles, and labels to the upper Unity toolbar. You can link various actions to the created buttons as well as cutomize their apperance. More info below!
Button Actions
You can use your buttons to:
- Open Assets – load a scene, open a prefab in the prefab editing window or open an image in your default image editing software. You can of course open any kind of asset!
- Select Asset – quickly selects an asset in the Project window.
- Show Asset In Explorer – view the asset folder in the explorer.
- Open Properties Window – open a window with properties of the asset. Much quicker than creating a new Inspector window and locking it with the padlock icon!
- Call Static Method – calls any static method from any class.
- Call Method From Component – finds a GameObject by name (which you entered earlier) on the current opened scene, then finds a component attached to it with a given type, and calls method from this component.
- Call Method From Type – finds an Object with the given type on the current opened scene and calls method from it.
You can also add toggles which use EditorPrefs (bool type). Use this bool to switch some of your functionalities on and off with a single click!
Mouse Buttons & Keyboard Keys
You can attach different actions for left-click, right-click, and middle-click, all of them performed with the same toolbar button.
For example, you can open a prefab in the prefab editing window with a left-click on a toolbar button and select this prefab in the Project window with a right-click on a toolbar button.
But that’s not all! You can also combine that with holding Ctrl, Shift, or Alt key and have up to 12 different actions performed with the same toolbar button!
Tooltip, Styles & Colors
You can add a tooltip to each button for your users to better explain what your button does.
You can also tint colors and use one of the built-in Unity styles to change the presentation of your button. For those who want to create your own GUISkin and use your custom styles – that option is available too!
We hope this asset will significantly speed up your work!