Core Concepts
Overview
Section titled “Overview”These pages explain the rules behind the runtime. If you understand the concepts here, the system pages become much easier to use correctly.
Architecture Overview How the runtime is separated by responsibility.
Managers What belongs in a manager and what does not.
ScriptableObjects How data assets are used in the stack.
Runtime vs Editor What code belongs in runtime and what belongs in editor tooling.
Events Cross-system notification patterns.
Naming Conventions How to keep public names consistent.
Media Suggestions
Section titled “Media Suggestions”- Screenshot: Architecture map with module boundaries.
- GIF: Code navigation between runtime and editor folders.
- Video: Architecture overview for advanced users.
- Diagram: Event-driven module map with core contracts.