# marijnz/unity-toolbar-extender

Extend the Unity Toolbar with your own Editor UI code.

Repository: https://github.com/marijnz/unity-toolbar-extender
Canonical: https://ross.abutalabs.com/products/unity-toolbar-extender
Language: C#
License: MIT
License Family: permissive
Last push: 2026-02-26T17:09:42+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 69, release rhythm 72, longevity 100
- inputs: {"age_days": 2942, "days_push": 188, "days_rel": 188, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1945, forks 197 (observed 2026-08-28T04:05:57.616192+00:00)

## What it is
A Unity editor library that lets developers extend the Unity Toolbar with custom Editor UI code such as buttons, sliders, and toggles. It works by using reflection to access Unity's internal editor code and hooks GUI callbacks into the left and right sides of the toolbar.

## Use cases
- add custom buttons to the Unity toolbar
- quickly switch between scenes from the toolbar
- add sliders or toggles to the Unity editor toolbar
- build custom editor shortcuts in Unity
- extend Unity's play button area with custom GUI

## When to choose
- you want custom toolbar UI in the Unity editor without writing reflection hacks yourself
- you need quick-access buttons for scene switching or editor commands
- you're on Unity 2021.2 or earlier-compatible versions and want a proven MIT-licensed solution

## When to avoid
- you're on a very new Unity version where the reflection-based internals may have broken
- you need officially supported, non-hacky editor extension APIs
- you're not working in the Unity engine

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools, plugin-system
- domain: developer-tools, cross-platform
- platform: cross-platform, editor-plugin
- tags: unity, unity-editor, toolbar, editor-extensions, reflection, game-dev-tools, game-development

## Member repositories
- marijnz/unity-toolbar-extender (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.616192+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:07:23.236331+00:00, confidence not recorded.
  - readme: https://github.com/marijnz/unity-toolbar-extender (fetched 2026-08-28T04:05:57.616192+00:00, sha 89d1b54af245)
- Data as of 2026-08-30T08:39:29.467469+00:00.
