A Unity Editor Tool by Pol Gomez
Dagger’s AICodebaseExporter is a Unity Editor tool designed to export a project’s codebase into a clean, structured, and AI-ready format. It helps developers prepare the right project context for tools like ChatGPT or Claude, making debugging, refactoring, and code analysis faster and more reliable.
Dagger’s AICodebaseExporter was built to solve a real workflow problem: using AI effectively with Unity projects. In practice, Unity codebases are spread across many folders, mixed with plugins, packages, and unrelated files, making it difficult to provide AI tools with the right context. Manual export is tedious, noisy, and often incomplete.
This tool creates a professional workflow for selecting, previewing, filtering, and exporting only the relevant parts of a codebase. Instead of copy-pasting scripts by hand, developers can generate a structured export optimized for AI consumption, improving response quality and reducing the friction involved in debugging or understanding large projects.
Problem: AI tools are useful for Unity development, but they perform poorly when given incomplete or noisy context. Exporting the right files manually wastes time, and most projects contain large amounts of irrelevant code or third-party content.
Solution: Dagger’s AICodebaseExporter gives developers full control over what gets exported. It provides folder selection, smart filtering, an interactive preview tree, and multiple export formats, producing a structured output designed specifically for AI-assisted workflows.
This project demonstrates advanced Unity Editor scripting, strong system architecture, and a product-oriented approach to tool development. It reflects not only technical implementation, but also the ability to identify a real developer pain point, design around a practical workflow, and deliver an asset with professional polish.
More specifically, it showcases my ability to build modular editor tools, design developer-facing UI, structure complex workflows clearly, and think beyond code toward usability, clarity, and real production value.
Submitted for Review
Recommended screenshots: main tool window, interactive preview tree with included/excluded folders, and an example of the final exported AI-ready output.