Export all your Unity scripts as clean .txt, .md, .json, or .zip files — from the Editor or HTTP API. Perfect for AI, backups, reviews, or automated CI/CD workflows.Code Harvest is a Unity Editor extension designed to streamline the extraction, organization, and packaging of project scripts for reviews, collaboration, automation pipelines, or AI-assisted analysis.Key capabilitiesPrecise inclusion/exclusion of folders, files, and extensionsScript scanning with search and selective exportMultiple output formats: .txt, .md, .json, .zipStructured, AI-optimized exports including directory trees and metadataBuilt-in local HTTP API (GET/POST) for programmatic accessFully CI/CD-compatible via curl, PowerShell, or automation scriptsQuick actions: copy-to-clipboard, open export folder, clean export directoryZero-impact workflow: exports are strictly read-onlyIdeal forTeams, students, code reviews, technical audits, versioning workflows, automated pipelines, and AI-driven debugging or refactoring.Export all project scripts into a single .txt, .md, .json, or .zip fileDrag-and-drop UI for including or excluding foldersFilter by file extensions (.cs, .shader, etc.)Scan, search, and selectively choose scripts before exportAutomatically generates a structured directory tree in the outputClean, AI-ready format optimized for tools like ChatGPTBuilt-in HTTP API (/scripts, /export, GET & POST) for automationCompatible with curl, PowerShell, batch scripts, and full CI/CD pipelinesExports are strictly read-only — the Unity project is never modifiedEditor-only utility with zero runtime overheadExport history with quick access to the export folderFully configurable through the Editor UI or via C# codeNew in 3.1.0:Scene Context Exporter — extract scene hierarchy, components, serialized fields, and optional script sourcesSelective hierarchy export with toggles for each GameObject and componentDedicated UI filters (Canvas, TextMeshPro, UI elements)Automatic generation of structured context blocks for LLM prompts (Role / Context / Unity Data / Task)Generate → Copy → Save workflow for scene context outputsImproved readability with redesigned toggles and descriptive tooltips