# unity-atoms/unity-atoms

⚛️ Tiny modular pieces utilizing the power of Scriptable Objects

Repository: https://github.com/unity-atoms/unity-atoms
Canonical: https://ross.abutalabs.com/products/unity-atoms
Language: C#
License: MIT
License Family: permissive
Last push: 2026-07-17T06:12:00+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 65, longevity 100
- inputs: {"age_days": 2864, "days_push": 47, "days_rel": 74, "gap_med": 103, "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 1390, forks 135 (observed 2026-08-28T04:04:35.528081+00:00)

## What it is
Unity Atoms is an open-source C# library for Unity built around Scriptable Objects, providing tiny composable 'Atoms' (variables, events, lists, functions) inspired by Ryan Hipple's Unite 2017 talk. It helps decouple game code into modular, runtime-editable, and debuggable pieces.

## Use cases
- decouple Unity game scripts from each other
- create Scriptable Object architecture for my game
- make game state editable at runtime in Unity
- replace monolithic Unity scripts with modular events and variables
- build loosely coupled game systems in Unity
- manage game events without hard dependencies between scripts

## When to choose
- you build Unity games and want a Scriptable Object architecture
- you need modular, testable, decoupled game code
- you want runtime-editable variables and event channels in Unity

## When to avoid
- you don't use Unity or its Scriptable Object workflow
- you prefer a different dependency injection or messaging framework
- your project targets Unity versions older than 2022.2

## Facets
- artifact type: library
- maturity: active
- function: state-management, plugin-system, developer-tools
- domain: gaming-tools, cross-platform
- platform: game-engine, cross-platform
- tags: unity, scriptable-objects, game-architecture, modularity, event-system, csharp, game-development

## Member repositories
- unity-atoms/unity-atoms (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:35.528081+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:39:40.414199+00:00, confidence not recorded.
  - readme: https://github.com/unity-atoms/unity-atoms (fetched 2026-08-28T04:04:35.528081+00:00, sha 8e9f3933745b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
