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