Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baba-s/unicustomizabletoolbar
【Unity】カスタマイズ可能なツールバーのエディタ拡張
https://github.com/baba-s/unicustomizabletoolbar
kogane-unity-lib unity unity-editor unity-extension unity-extensions unity3d
Last synced: 2 months ago
JSON representation
【Unity】カスタマイズ可能なツールバーのエディタ拡張
- Host: GitHub
- URL: https://github.com/baba-s/unicustomizabletoolbar
- Owner: baba-s
- License: mit
- Created: 2019-04-30T08:51:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T11:15:33.000Z (over 4 years ago)
- Last Synced: 2024-05-13T20:54:50.283Z (8 months ago)
- Topics: kogane-unity-lib, unity, unity-editor, unity-extension, unity-extensions, unity3d
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 25
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Uni Customizable Toolbar
カスタマイズ可能なツールバーのエディタ拡張
## 使用例
![2020-04-23_201254](https://user-images.githubusercontent.com/6134875/80093123-e87c2b00-859e-11ea-95a8-6ed1e0c70dc9.png)
## 使い方
![2020-04-23_200942](https://user-images.githubusercontent.com/6134875/80093114-e4e8a400-859e-11ea-8ac7-009eb1f22a78.png)
Project ビューの「Create > UniCustomizableToolbar > Customizable Toolbar Settings」を選択します
![2020-04-23_201017](https://user-images.githubusercontent.com/6134875/80093118-e619d100-859e-11ea-88cd-56df63155303.png)
すると、ツールバーに表示するボタンのデータを管理するアセットが作成されます
![2020-04-23_201236](https://user-images.githubusercontent.com/6134875/80093122-e74afe00-859e-11ea-93f1-75f671efe55e.png)
このアセットで、ツールバーに表示するボタンのデータを設定します
|項目|内容|
|:--|:--|
|Command Name|ボタンを押した時に実行するメニュー|
|Button Name|ボタンに表示するテキスト|
|Image|テキストの代わりに表示する画像(未設定でも可)|
|Width|ボタンの横幅(0 なら自動調整)|![2020-04-23_201254](https://user-images.githubusercontent.com/6134875/80093123-e87c2b00-859e-11ea-95a8-6ed1e0c70dc9.png)
あとは、アセットの「Open」ボタンを押すと、設定したボタンが配置されたツールバーが表示されるので、
このツールバーをエディタの好きな場所にドッキングすることで、
いつでも設定したコマンドが簡単に実行できます