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,34 @@
# AI Context
The primary AI-ready file is:
`Assets/RL_DevPlus1/Reports/RL_AI_Project_Context.md`
This file is intended to be pasted into or read by AI/Codex before deeper work on a customer Unity project.
It summarizes:
- project name
- Unity version
- scenes
- likely entry scene
- GameObjects
- managers/controllers
- MonoBehaviour scripts
- ScriptableObjects
- lifecycle methods
- public methods
- serialized fields
- UnityEvents
- scene transitions
- prefabs
- missing scripts and references
- imported Git report status
- suggested first files to inspect
- risks and unknowns
The JSON companion file is:
`Assets/RL_DevPlus1/Reports/RL_AI_Project_Context.json`
Use cautious interpretation. The report is designed to accelerate understanding, not replace manual review.