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.