Siccity/xNode
Unity Node Editor: Lets you view and edit node graphs inside Unity observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3275
- days_rel: n/a
- days_push: 737
- n_releases_24m: 0
Adoption not part of the score
3736 stars · 625 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
xNode is a Unity framework for building and editing node-based graphs directly inside the Unity editor. It provides a lightweight runtime with strong editor/runtime separation, making it a base for custom state machines, dialogue systems, and decision makers.
Use cases
- build a node graph editor inside Unity
- create a dialogue system with node-based flow
- implement a custom state machine in Unity
- make a node-based decision maker or behavior tree
- edit node graphs visually in the Unity editor
- prototype node-based plugins for Unity
When to choose
- you need a lightweight, low-boilerplate node editor framework for Unity
- you want clean separation between editor tooling and runtime graph evaluation
- you are building dialogue systems, state machines, or graph-based tools in Unity
- you want a dependency-free solution with no runtime reflection overhead
When to avoid
- you need a full visual scripting solution out of the box rather than a framework to build on
- your project does not use Unity
- you need runtime graph editing with heavy reflection support and minimal setup
- you require built-in Odin Inspector support without using a fork
Facets
framework · maturity stable
editor gui plugin-system developer-tools graphics game-engine cross-platform unity node-editor node-graph visual-scripting state-machine dialogue-systems game-development
1 source
- readme: https://github.com/Siccity/xNode · fetched 2026-08-28 · 53414db4d9c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Siccity/xNode | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem