Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

CompileScope

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.

What It Does

  • 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.

Documentation

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.

About

Official documentation repository for CompileScope — a project analysis tool for understanding assemblies, dependencies, compilation impact, and optimization opportunities.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors