Analyzer scope and diagnostics
Memory in Unity

Optimization

When you make an application in Unity, it’s important that you analyze and debug it to make sure that its bug-free, optimized, and runs correctly on the target device.

Topic Description
Memory in Unity Manage and optimize memory usage in Unity applications.
Unity Profiler Analyze the performance of your application with the ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating, or in your game logic. More info
See in Glossary
.
Profiling tools Explore various profiling tools available for performance analysis.
Graphics performance and profiling Techniques and tools for optimizing graphics performance in Unity.

Additional resources and examples


Did you find this page useful? Please give it a rating:

Analyzer scope and diagnostics
Memory in Unity