added unity files
This commit is contained in:
parent
9042333f51
commit
28c15035a4
62 changed files with 3873 additions and 270 deletions
26
Assets/RL_DevPlus1/Docs/README.md
Normal file
26
Assets/RL_DevPlus1/Docs/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue