Skip to content

Runtime vs Editor

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.

  • Keep shipping systems in runtime folders
  • Keep menu actions and validation helpers in editor folders
  • Do not rely on editor classes at runtime
  • 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.