Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShaderOS

ShaderOS

Shader diagnostics and health monitoring for Unity.

ShaderOS gives you immediate visibility into the shader health of your Unity project. Scan every material in one click, find broken references instantly, track keyword budget consumption before it becomes a compile failure, and understand where variant counts are growing before they become a build problem — all read-only, nothing here ever modifies a project asset.

What it does

  • Material Health Scan — broken shader reference detection, missing texture slot detection, a per-material health score, and SRP Batcher compatibility flags with specific incompatibility reasons
  • Keyword Budget Tracker — global keyword usage against Unity's 256-keyword hard limit, per-shader local keyword tracking against the 64-keyword limit, and duplicate keyword detection across shaders
  • Variant Estimator — theoretical variant counts per shader with risk classification, always labeled as pre-strip upper bounds
  • Dependency Graph — a Material → Shader → Texture relationship model built from Unity's own dependency data
  • Build Tracker — shader compile time per build with regression detection against the previous build
  • Load Demo Data — a fully populated example report to explore before running your first scan

A typical scan on 100 materials completes in under 5 seconds.

Documentation

Start with Getting Started for your first scan, then browse Features for a tab-by-tab and diagnostic-by-diagnostic reference. Configuration covers every Project Settings field, and Troubleshooting and the FAQ cover the questions that come up most.

Getting Started · Installation · Features · Support

Other Tools Studio Products

License

This documentation is publicly readable. Republishing it elsewhere, or repackaging it as a separate documentation product, is not permitted. ShaderOS itself is distributed exclusively through the Unity Asset Store under Unity's Standard EULA.


Copyright (c) 2026 Arish. All rights reserved. Tools Studio is a brand operated by Arish.

About

ShaderOS official documentation repository — installation guides, workflow documentation, optimization references, troubleshooting resources, technical notes, and support material for the ShaderOS Unity shader intelligence platform.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors