Shader Analysis
Complex shaders and massive variant counts can cause long load times, large build sizes, and “stutter” during gameplay.
Deep Technical Analysis
Performance Pro looks inside your shaders to find hidden performance costs.
Features
- Variant Counter: See exactly how many variants each shader is generating.
- Keyword Stripping: Identify keywords that are never used in your project and should be stripped during build.
- Instruction Count: Get an estimate of the GPU cost for each shader.
- Pass Analysis: Find shaders with redundant passes that increase draw call counts.
Pro Tip
Unity’s Standard Shader can have thousands of variants. Use our analysis to identify which features you actually use and strip the rest to save megabytes of build space.