All Projects → baba-s → unity-customizable-toolbar

baba-s / unity-customizable-toolbar

Licence: MIT license
Customizable toolbar available in the Unity editor.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-customizable-toolbar

Unitynativescripting
Unity Scripting in C++
Stars: ✭ 844 (+2537.5%)
Mutual labels:  unity-editor
Rex Diagnostics
Unity extension that enables expression evaluation at runtime to facilitate testing and debugging.
Stars: ✭ 78 (+143.75%)
Mutual labels:  unity-editor
Unity Bitmapfontimporter
An unity editor extension for bitmap font.
Stars: ✭ 139 (+334.38%)
Mutual labels:  unity-editor
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-3.12%)
Mutual labels:  unity-editor
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+3412.5%)
Mutual labels:  unity-editor
Webviewhook
Exposed Unity Editor WebView API
Stars: ✭ 107 (+234.38%)
Mutual labels:  unity-editor
Node Level Editor
Unity3d Editor tools to create rooms quickly.
Stars: ✭ 26 (-18.75%)
Mutual labels:  unity-editor
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (+400%)
Mutual labels:  unity-editor
Extosc
extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
Stars: ✭ 69 (+115.63%)
Mutual labels:  unity-editor
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (+262.5%)
Mutual labels:  unity-editor
Scene View Bookmarks
Unity editor extension to bookmark scene views.
Stars: ✭ 40 (+25%)
Mutual labels:  unity-editor
Revealshader
Unity Shader experiment
Stars: ✭ 47 (+46.88%)
Mutual labels:  unity-editor
Pb stl
STL import/export for Unity, supporting both ASCII and Binary.
Stars: ✭ 108 (+237.5%)
Mutual labels:  unity-editor
Resharper Unity
Unity support for both ReSharper and Rider
Stars: ✭ 953 (+2878.13%)
Mutual labels:  unity-editor
Missingreferencesunity
A Unity editor extension for finding missing object references
Stars: ✭ 146 (+356.25%)
Mutual labels:  unity-editor
Autolod
Automatic LOD generation + scene optimization
Stars: ✭ 939 (+2834.38%)
Mutual labels:  unity-editor
Projectbuilder
A tool for easy automating and customizing build process for Unity.
Stars: ✭ 80 (+150%)
Mutual labels:  unity-editor
Unity Aseprite Importer
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
Stars: ✭ 177 (+453.13%)
Mutual labels:  unity-editor
Uiwidgets
UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Stars: ✭ 1,901 (+5840.63%)
Mutual labels:  unity-editor
Unigit
An open source GIT Unity3D editor plugin.
Stars: ✭ 111 (+246.88%)
Mutual labels:  unity-editor

日本語の Readme はこちら

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

Usage

When you select "Window> Customizable Toolbar" in the Unity menu,

The "Toolbar" window will be displayed so you can dock it where you want.

Right click on "Toolbar" tab and select "Settings",

The setting screen appears in the Inspector.

Press the "+" button at the bottom right to add the parameters of the button.

Pressing "Inverted triangle" to the right of the "Command Name",
A list of commands will be displayed, so select the command you like.

Then "Command Name" and "Button Name" are automatically entered,

A button will be added to the toolbar.
Then, when this button is pushed, the set command is executed.

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 )

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].