Initial commit

This commit is contained in:
Crimsofall 2026-06-15 12:56:29 -05:00
commit ed87277ef8
64 changed files with 4639 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# Runlevel DevPlus1 Unity Analyzer
This folder contains the Unity-side Runlevel Systems DevPlus1 project analyzer.
The analyzer is an Editor-only tool. It reads Unity project structure, scenes, prefabs, scripts, UnityEvents, and existing Git-generated reports, then writes safe markdown and JSON reports under:
`Assets/RL_DevPlus1/Reports/`
It does not modify customer scenes, prefabs, scripts, project settings, or assets.
## Menu Location
Unity menu:
`Runlevel Systems/DevPlus1/Analyze Unity Project`
## Main Reports
- `RL_AI_Project_Context.md`
- `RL_Unity_Report_Index.md`
- `RL_Unity_Project_Summary.md`
- `RL_Unity_Scene_Map.md`
- `RL_Unity_Script_Map.md`
- `RL_Unity_Event_Map.md`
Future Codex sessions should read `RL_AI_Project_Context.md` first after reports are generated.