# annulusgames/Alchemy

Provides a rich set of editor extensions and serialization extensions for Unity.

Repository: https://github.com/annulusgames/Alchemy
Canonical: https://ross.abutalabs.com/products/annulusgames-alchemy
Homepage: https://annulusgames.github.io/Alchemy/
Language: C#
License: MIT
License Family: permissive
Topics: editor-extension, inspector, serialization, sourcegenerator, unity, hierarchy, unity-editor
Last push: 2026-08-07T08:03:19+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 64, longevity 71
- inputs: {"age_days": 1006, "days_push": 26, "days_rel": 31, "gap_med": 412, "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 1322, forks 84 (observed 2026-08-28T04:04:22.051564+00:00)

## What it is
Alchemy is a Unity library providing attribute-based Inspector extensions, Hierarchy and EditorWindow enhancements, and source-generated serialization for types Unity doesn't natively support (dictionaries, hash sets, nullable types, tuples). It requires no base-class inheritance, unlike Odin Inspector.

## Use cases
- customize Unity Inspector fields with attributes
- serialize dictionaries and hashsets in Unity
- build custom Unity EditorWindows quickly
- improve Unity Hierarchy window usability
- avoid paying for Odin Inspector
- show SerializeReference type dropdowns in Inspector

## When to choose
- you want Odin-like Inspector customization for free in Unity
- you need to serialize unsupported C# types and edit them in the Inspector
- you want attribute-driven editor tooling without base classes

## When to avoid
- you're not using Unity 2021.2 or later
- you need runtime serialization beyond the Unity editor workflow
- you require Odin's full feature set or support guarantees

## Facets
- artifact type: library
- maturity: active
- function: serialization, ui-components, editor, plugin-system
- domain: developer-tools
- platform: game-engine, cpp
- tags: unity, inspector, source-generator, hierarchy, editorwindow, attributes, game-development

## Member repositories
- annulusgames/Alchemy (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.051564+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-30T04:47:07.380836+00:00, confidence not recorded.
  - readme: https://github.com/annulusgames/Alchemy (fetched 2026-08-28T04:04:22.051564+00:00, sha eea09e9196b2)
  - homepage: https://annulusgames.github.io/Alchemy/ (fetched 2026-08-29T12:05:54.404380+00:00, sha e7c8c302424a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
