Framerate Analysis Software/Techniques

I want to test my game for framerate related issues. I once heard of a program or plugin called “Optimization” for Unity that could give you a printout of what was going on but I haven’t been able to find it. Even a C# script would be cool. Thanks!

The Unity “Profiler” tab is an extremely powerful tool to do just that. Besides some rendering performance stuff you can analyse each function of each script in detail, it will list them in order of “performance hog”, with frame history etc.

However, it’s Pro only :wink: