Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baba-s/unity-customizable-toolbar
Customizable toolbar available in the Unity editor.
https://github.com/baba-s/unity-customizable-toolbar
unity unity-editor unity3d
Last synced: 2 months ago
JSON representation
Customizable toolbar available in the Unity editor.
- Host: GitHub
- URL: https://github.com/baba-s/unity-customizable-toolbar
- Owner: baba-s
- License: mit
- Created: 2018-03-14T03:59:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T05:05:02.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T19:09:44.218Z (5 months ago)
- Topics: unity, unity-editor, unity3d
- Language: C#
- Homepage: http://baba-s.hatenablog.com/entry/2018/03/16/085800
- Size: 35.2 KB
- Stars: 35
- Watchers: 12
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - unity-customizable-toolbar - Customizable toolbar available in the Unity editor (Editor Utility)
README
[日本語の Readme はこちら](https://github.com/baba-s/unity-customizable-toolbar/blob/master/README_JP.md)
# UnityCustomizableToolbar
Customizable toolbar available in the Unity editor.
# Version
- Unity 2017.3.0f3
# Install
1. Go to the following page and download "UnityCustomizableToolbar.unitypackage".
https://github.com/baba-s/unity-customizable-toolbar/blob/master/CustomizableToolbar.unitypackage?raw=true
2. Import the downloaded "UnityCustomizableToolbar.unitypackage" into the Unity project.# Screenshot
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315133510.png)
# Usage
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315133622.png)
When you select "Window> Customizable Toolbar" in the Unity menu,
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315133720.png)
The "Toolbar" window will be displayed so you can dock it where you want.
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315133802.png)
Right click on "Toolbar" tab and select "Settings",
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315133902.png)
The setting screen appears in the Inspector.
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315133958.png)
Press the "+" button at the bottom right to add the parameters of the button.
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315134202.png)
Pressing "Inverted triangle" to the right of the "Command Name",
A list of commands will be displayed, so select the command you like.![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315134306.png)
Then "Command Name" and "Button Name" are automatically entered,
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315134352.png)
A button will be added to the toolbar.
Then, when this button is pushed, the set command is executed.![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20180315/20180315134552.png)
Since "Command Name" can be entered freely,
It is also possible to create a button to execute your own MenuItem.When setting a texture in "Image",
A texture is displayed instead of "Button Name".You can set the width of the button with "Width". ( Automatic adjustment if 0 )