Introduction
Performance profiling helps you find parts of your Unity game that run slowly. It shows where your game uses too much time or memory so you can fix it.
When your game feels slow or laggy during play.
When you want to check if a new feature affects game speed.
Before releasing your game to make sure it runs smoothly.
When you want to reduce battery or CPU usage on devices.
To find and fix memory leaks that cause crashes.