Hello folks,
Is there any way to overwrite or extend Unity's default component title bar?
![alt text][1]
[1]: /storage/temp/21101-component_title_bar.png
I want to set a custom icon for my component, add a menu item to the component settings context menu (the gear button) and adding a link for my own documentation to the manual button. To make things further complicated: All my scripts are built in an external assembly.
I've seen a few assets with exactly this features, so there must be a way, but either I'm too stupid to find the right methods or it's very ugly reflection magic.
↧