Compilation pipeline intelligence for Unity.
CompileScope reads your project's existing Assembly Definition files and Unity's own compilation events, then builds a dependency graph in the background. This repository is CompileScope's documentation source — for a team evaluating the product or already using it, not the product's own source code.
- Discovers every assembly in a project and maps its real dependency graph, with a three-pane relationship viewer for any assembly selected.
- Calculates a cascade score for every assembly, showing which one is actually worth restructuring rather than just which one is slow.
- Generates ranked, actionable recommendations from five built-in rules, rather than requiring the graph to be interpreted by hand.
- Tracks compilation and domain reload history automatically, so a restructuring's effect can be confirmed rather than guessed at.
Start at Overview, then Getting Started and Installation. Feature-by-feature reference lives under Features, and the public extension surface is documented in API Reference.
Getting Started · Installation · Features · Support
No documentation site is published from this repository yet. Until one is, this documentation is read directly here on GitHub.
Copyright (c) 2026 Arish. All rights reserved.