Advanced Optimization kit


Helps you inspect common scene and project issues across textures, meshes, audio, lighting, physics, scripts, and scene structure before they grow into performance debt.


by Circlesgames(assets department)


Price History +

Advanced Optimization Kit Free gives Unity developers a practical first pass for finding common performance problems without jumping straight into a giant optimization pipeline.


It is built for developers who want a simple way to scan scenes and projects, understand basic performance warnings, inspect cost levels, view issue locations, and apply only safe fixes they actually understand. It is not a magic button, and that is the point. Good optimization starts with knowing what is expensive, why it is expensive, and what can be changed without breaking the scene.


Open the dashboard from the CirclesGames tools menu, run the available scanners, review the warnings, inspect the affected objects/assets, and use the reports or heatmap guidance to decide what should be fixed first.

____________________________________________________________________________________

___________________________________________________________________________________

### Key features


- Free Unity project and scene scanning workflow.

- Dashboard for running and reviewing scanner results.

- Texture scanner for common texture-size and import-setting risks.

- Mesh scanner for heavy mesh and geometry concerns.

- Audio scanner for audio import and usage issues.

- Lighting scanner for scene lighting cost checks.

- Physics scanner for common physics setup risks.

- Script scanner for script-related concerns.

- Scene scanner for structural scene issues.

- Heatmap/report support for understanding where issues are located.

- Color-coded issue severity to separate high-impact warnings from smaller improvements.

- Safe-fix guidance and backup-first workflow.

- Offline documentation included.

____________________________________________________________________________________

___________________________________________________________________________________


Free vs Pro


Use the free kit when you want a basic audit tool and a clean starting point for performance review. Use Optimization Kit Pro when your project needs a full optimization pipeline with advanced scanners, recovery tools, build report analysis, runtime quality systems, culling, streaming, benchmarking, profiling, performance sessions, and before/after proof.

____________________________________________________________________________________

___________________________________________________________________________________


Compatibility


Officially tested with Unity 2022.3 LTS and Unity 6000.x. Legacy compatibility is maintained for Unity 2021.3 LTS where possible.

____________________________________________________________________________________

___________________________________________________________________________________


What this asset is not


This is not a replacement for the Unity Profiler, and it is not a one-click optimizer. It helps you find problems, understand them, and begin fixing the safest and most obvious issues first.