What are you looking for?
Hero background image
Profiling tools
Get the most out of any target hardware with Unity. The Unity Platform includes a suite of tools that helps you prevent, identify, and fix performance problems.
Unity Profiling Tools

Unity profiling tools

Get the information you need to make your game shine. By keeping an eye on your game’s performance profile, you can make sure that the player experience you’ve crafted isn’t tarnished by performance issues. Optimizing your game also helps you target a wider range of platforms and devices.

Key features

Unity Profiler
Measure performance with Unity Profiler

The Unity Profiler gathers and displays performance data in a series of charts. This visualization helps you focus your optimization work on the most resource-demanding areas, whether that’s code, audio, physics, animation, or rendering. You can connect it to devices on your network or plugged in to your machine to test how your application runs on the target platform.

Unity Profiler is part of the Unity Editor, and it comes with a low-level native plug-in Profiler API so you can customize your analysis and export profiling data to other tools. See the impact of your changes between a set of Unity Profiler frames with the Profile Analyzer package.

Memory Profiler summary
Manage memory with the Memory Profiler

Memory profiling is useful for testing against target hardware memory limitations. It’s also a great tool if you want to improve CPU/GPU performance of your Unity game by making changes that actually increase memory usage. The Memory Profiler is a package that adds a window to the Unity Editor, so you can see memory usage in your application in even greater detail. You can store and compare snapshots to find memory leaks, or see the memory layout to find memory fragmentation issues.

Frame Debugger
Optimize rendering with Frame Debugger

The Frame Debugger lets you freeze playback for a running game on a particular frame, then view the individual draw calls used to render that frame. You can go through the rendering steps one at a time to see how the scene is constructed from its graphical elements. This enables you to quickly spot what needs fixing or investigate optimization opportunities.

Resources
guide to profiling Unity games
Ultimate guide to profiling Unity games

We built this 70+ page guide with industry experts. It shows you how to profile an application in Unity, manage its memory, and optimize its power consumption from start to finish.

Profiling
Games Focus: Profiling and performance optimization

This blog post in our Games Focus series covers the status, upcoming release plans, and future vision for profiling and performance tools and features.

Optimize your mobile game performance
Optimize your mobile game performance

Our engineers work with top mobile studios to improve player experience. This free e-book collects 75+ of their in-depth tips to help you up your game.

Customizing performance metrics in the Unity Profiler
Customizing performance metrics in the Unity Profiler

Extending the Unity Profiler with your own performance metrics enables you to better understand your application’s unique performance story.

Native CPU profiling
Native CPU profiling

This technical talk for mobile and WebGL game developers walks you through CPU tools, demonstrating how to identify spikes in platform-native profilers.

Documentation
Documentation

Browse the Unity Manual for in-depth information on how memory in Unity works and how to use the Unity Profiler and other tools.

How to: Profiling and debugging
How to: Profiling and debugging

Get more details on when to use the specific profiling features, including an overview of GPU debugging tools and native tools from companies such as Arm, AMD, or Superluminal.

Best practices: Profiling game performance
Best practices: Profiling game performance

This page outlines a recommended general profiling workflow for game developers and includes recommendations for metrics to focus on.

How to: Memory profiling in Unity
How to: Memory profiling in Unity

This quick, step-by-step overview helps you get started analyzing memory usage in your Unity application.

Profiling Tools callout
Learn profiling your own way

We offer training for professionals in a variety of formats designed to fit into your schedule.

Frequently asked questions

Why should I profile my game?

+

Which profiling tools should I use?

+

Where can I access Unity’s profiling tools?

+

Does profiling in Unity add any performance overhead?

+

How do I optimize my game’s memory usage?

+

When is Memory Profiler ready for production use?

+