|
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!
(comments are locked)
|
|
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 ;-) Thanks Wolfram, I went and ran my build on a buddies Uniry Pro and checked out the data. The Pro only thing kindof sucks :( I don't suppose there is any external software that you know of?
Jun 14 '11 at 04:17 PM
beiers
(comments are locked)
|
