AI Context Generator v1


AI Context Generator generates a structured .ai-context bundle from Unity code. It helps AI assistants understand your architecture via summaries, notes, and Mermaid graphs for faster, smarter coding.


by AI Corp


Price History +

AI Context Generator is an editor-only Unity productivity tool built for developers who use AI coding assistants while working on Unity projects.

Instead of forcing an AI assistant to repeatedly scan raw source files, AI Context Generator v1 generates a structured context bundle at your project root inside .ai-context/. This bundle gives AI tools a cleaner, smaller, and more navigable view of your project through progressive documentation layers.

The generated output includes:

  • INDEX.md for high-level project navigation
  • SUMMARY.md for public API and system overviews
  • IMPLEMENTATION.md for logic-focused implementation summaries
  • CodeTemplate.md for detected code style and conventions
  • Mermaid architecture and system graphs
  • metadata and search-friendly project context files

Project Oracle is designed to improve AI-assisted workflows for tasks such as:

  • understanding unfamiliar codebases
  • planning refactors
  • navigating large Unity projects
  • generating more accurate code suggestions
  • reducing repeated context loading costs
  • documenting systems for human and AI collaboration

The package includes a Unity Editor window for running full generation, incremental updates, targeted context generation for specific folders, context search, token usage insights, and optional auto-sync triggers.

This is an editor utility package. No runtime setup or demo scene is required.