Skip to content

Releases: orange91pku/unity-ai-project-brain

Unity AI Project Brain v0.2.0 - UPM Distribution

Choose a tag to compare

@orange91pku orange91pku released this 27 Jul 18:26
7d55dd6

Unity AI Project Brain v0.2.0

Project Brain is now distributed as a Unity Package Manager package with a read-only Editor bridge for AI context and backend bootstrap workflows.

Install in Unity

Open Window > Package Management > Package Manager, choose Install package from git URL, and paste:

https://github.com/orange91pku/unity-ai-project-brain.git?path=/Packages/com.heycici.project-brain#v0.2.0

Package ID:

com.heycici.project-brain

After installation, open:

Tools > HeyCici > Project Brain

Backend without cloning

python -m pip install "unity-ai-project-brain @ git+https://github.com/orange91pku/unity-ai-project-brain.git@v0.2.0"

Highlights

  • Read-only Unity Editor bridge with project and repository identity.
  • Versioned Unity context JSON export for AI tools.
  • Visual RAG specialist context export.
  • Unity GUID, component, prefab, scene, Roslyn symbol, and graph context workflows.
  • Synchronized Node, Python, and UPM package versioning.
  • Automated Node, Python, synthetic Unity graph, UPM metadata, GUID, and public privacy gates.

Release verification

  • Node tests: 12/12 passed.
  • Python tests: 16/16 passed.
  • Unity graph fixture and integrity gates passed.
  • Unity 6000.3 Editor assembly compiled successfully.
  • UPM package metadata and four Unity GUIDs validated.
  • Public privacy audit: 77 files scanned, zero failures.
  • Remote GitHub commit install built and imported Python package version 0.2.0.

Project Brain remains read-only by default and does not mutate Unity assets or automatically start external processes.

Unity Project Brain 0.1.0

Choose a tag to compare

@orange91pku orange91pku released this 27 Jul 15:35

Unity Project Brain 0.1.0

First public release of an AI-first, read-only context engine for Unity
repositories.

Highlights

  • Project-scoped GitNexus orchestration with full and focused indexes.
  • Read-only, repository-restricted MCP descriptors.
  • Unity GUID/fileID graph across assets, scenes, prefabs, GameObjects,
    components, and serialized references.
  • Optional Roslyn-compatible symbol-to-MonoScript identity bridge.
  • Incremental graph planning and versioned change envelopes.
  • Runtime, Unity-gate, and Git-history evidence with provenance.
  • Read-only CLI and loopback Context API.
  • AI discovery metadata through AGENTS.md and llms.txt.

Safety and verification

  • 12/12 Node tests and 15/15 Python tests passed.
  • Synthetic Unity graph, identity links, Context API, and integrity gates
    passed.
  • Frozen-lockfile GitHub Actions verification passed.
  • Dependabot open alerts: 0.
  • Runtime probes passed for GitNexus, Hono/MCP, ONNX Runtime, sharp, ZIP, and
    brace expansion.
  • Public privacy/path/credential audit passed.

License boundary

Project Brain source is Apache-2.0. The pinned gitnexus@1.6.9 dependency is
licensed separately under PolyForm Noncommercial 1.0.0. Review
THIRD_PARTY_NOTICES.md before use.

CI evidence:
https://github.com/orange91pku/unity-ai-project-brain/actions/runs/30280520040