Unity Tutorial: How to profile our projects


Profiling is an essential part of any project. It allows us to identify how our projects are running, find slow points, and identify how best to fix them. In this tutorial I’ll show walk through the essentials of using the profiling tools to look at CPU and GPU performance.

Find the code here: https://github.com/GameDevEducation/DevEssential_Profiling