Toolbar
Toolbar provides a customizable editor window with essential development utilities for Unity workflows. Features include selection history, custom favorites, GUID-based asset finding, automatic scene loading for playtesting, and timescale control. Easily extensible through the ButtonToolbarItemBase class, allowing developers to add custom actions tailored to their project needs.
com.brunomikoski.toolbar 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/toolbar.git README Markdown
Copy this to your project's README.md
## Installation
Add **Toolbar** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/toolbar.git
```
[](https://www.pkglnk.dev/pkg/toolbar)README
Toolbar
A set of useful tools on regular unity development
Features
- History Selection
- Custom Favorites Selection
- Find assets by GUID.
- Automatically scene loading (Always start playmode from specified scene)
- Save Scenes / Project
- Timescale control
- Super easy to extend!
- Customizable
How to use?
- Open the Toolbar on Tools/Toolbar/Open
- To create your own custom actions just extend:
ButtonToolbarItemBase
FAQ
System Requirements
Unity 2018.4.0 or later versions
How to install
Add from OpenUPM | via scoped registry, recommended
This package is available on OpenUPM: https://openupm.com/packages/com.brunomikoski.animationsequencer
To add it the package to your project:
- open
Edit/Project Settings/Package Manager - add a new Scoped Registry:
Name: OpenUPM URL: https://package.openupm.com/ Scope(s): com.brunomikoski - click Save
- open Package Manager
- click +
- select Add from Git URL
- paste
com.brunomikoski.toolbar - click Add
Add from GitHub | not recommended, no updates :(
You can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.
- open Package Manager
- click +
- select Add from Git URL
- paste
https://github.com/brunomikoski/Toolbar.git - click Add
No comments yet. Be the first!