# madsbangh/EasyButtons

Add buttons to your inspector in Unity super easily with this simple attribute

Repository: https://github.com/madsbangh/EasyButtons
Canonical: https://ross.abutalabs.com/products/easybuttons
Language: C#
License: MIT
License Family: permissive
Topics: unity, unity3d, unity-editor
Last push: 2023-09-14T19:12:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3465, "days_push": 1084, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1199, forks 89 (observed 2026-08-28T04:03:57.892734+00:00)

## What it is
A small Unity editor extension that adds a [Button] attribute to expose any method as a clickable button in the Unity inspector. It supports methods with parameters and options for enabling buttons in edit or play mode.

## Use cases
- invoke methods from the unity inspector without writing custom editors
- add debug buttons to monobehaviour components
- call editor utility functions with a click during development
- expose parameterized methods in the inspector
- trigger test actions in play mode from the inspector

## When to choose
- you use Unity and want quick inspector buttons without writing custom Editor scripts
- you need lightweight, attribute-based editor tooling
- you want a package installable via OpenUPM or UPM

## When to avoid
- you need highly customized inspector UIs beyond simple buttons
- you don't use Unity or use a different game engine
- you need runtime (non-editor) button functionality

## Facets
- artifact type: plugin
- maturity: stable
- function: editor, developer-tools
- domain: developer-tools
- platform: game-engine, editor-plugin
- tags: unity, inspector, editor-extension, attribute-based, openupm, game-development

## Member repositories
- madsbangh/EasyButtons (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:57.892734+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-30T06:21:00.083459+00:00, confidence not recorded.
  - readme: https://github.com/madsbangh/EasyButtons (fetched 2026-08-28T04:03:57.892734+00:00, sha 0be47689c79e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
