Project Organizer is an editor tool for organizing Unity project.
It lets you scan, preview, and safely move assets based on extension mappings, with full dry-run and undo support.Project Organizer helps you keep large Unity projects clean and maintainable by organizing assets automatically using configurable rules.Assets are scanned using Unity’s AssetDatabase (not direct disk access), ensuring safe and reliable behavior even on large projects and version-controlled repositories.Organization rules are stored in profiles, allowing multiple setups depending on project needs (prototype, production, client delivery, etc.). Each profile defines:Extension-to-folder mappingsIncluded and excluded foldersFile extensions to scanFolder templates created automatically before organizingThe tool includes a Dry Run mode to preview changes before applying them, and a robust Undo system to safely revert the last organization operation if needed.Designed as a pure Editor tool, Project Organizer focuses on safety, predictability, and performance:No runtime impactNo fragile filesystem operationsNo irreversible actions without previewThis package also includes Roadmap Play, a companion tool to correctly launch Play Mode in multi-scene projects using a bootstrap and additive scenes setup.• Editor-only asset organization tool for Unity• Safe asset scanning using AssetDatabase.FindAssets• Rule-based organization using extension → target folder mappings• Profile system based on ScriptableObjects• Multiple profiles supported per project• Configurable include and exclude folders (Unity paths)• Configurable file extensions to scan• Automatic creation of template folders before organizing• Dry Run mode to preview changes without moving files• Robust conflict detection before asset moves• Reliable Undo system to revert the last organization operation• Progress bars and cancellation support for large projects• Capped logging to prevent editor freezes• Designed for large projects and version-controlled repositories• Compatible with Unity 2021.3 LTS and above




