Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Optimization

Analyze your application with the Profiler and understand how Unity manages memory in your application.
Read time 1 minuteLast updated 4 days ago

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 UnityManage and optimize memory usage in Unity applications.
Unity ProfilerAnalyze the performance of your application with the Profiler.
Graphics performance and profilingTechniques and tools for optimizing graphics performance in Unity.
Profiling tools referenceReference for various profiling tools available for performance analysis.

Additional resources and examples