GitHunt
GI

GieziJo/unity-toolbar-buttons

unity-toolbar-buttons

Some extra pre-defined buttons injecting to the toolbar with VisualElement using reflection

Now able to add in custom button via Attribute with static methods

https://twitter.com/BennyKokMusic/status/1356818085643124737?s=20

Imgur

Support from 2021.1, 2021.2!

Using VisualElement under the hood

Originally inspired by https://github.com/marijnz/unity-toolbar-extender

Install

upm from git url -> https://github.com/BennyKok/unity-toolbar-buttons.git

Custom Toolbar Button

Very simple usage, the iconName will using the Unity internal icon

[ToolbarButton(iconName = "Package Manager", tooltip = "Package Manager", order = 0)]
public static void ShowPackageManager()
{
    UnityEditor.PackageManager.UI.Window.Open("");
}

Explore

Feel free to check me out!! :)

Twitter | Website | AssetStore

Languages

C#100.0%

Contributors

MIT License
Created June 15, 2021
Updated June 15, 2021
GieziJo/unity-toolbar-buttons | GitHunt