Runtime vs Editor
Overview
Section titled “Overview”Runtime code runs in builds. Editor code should stay in editor-only folders or assemblies.
This project scan did not find asmdef files, so the docs should explicitly call out
where editor-only logic is currently stored.
Guidance
Section titled “Guidance”- Keep shipping systems in runtime folders
- Keep menu actions and validation helpers in editor folders
- Do not rely on editor classes at runtime
Media Suggestions
Section titled “Media Suggestions”- Screenshot: Runtime folder next to editor folder.
- Screenshot: Inspector validation tool.
- GIF: Editor-only tooling in action.
- Video: Explanation of why runtime and editor should stay separate.
- Diagram: Runtime path versus editor path.