x


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!

more ▼

asked Jun 10 '11 at 09:54 PM

beiers gravatar image

beiers
1 1 1 2

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

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 ;-)

more ▼

answered Jun 10 '11 at 11:10 PM

Wolfram gravatar image

Wolfram
9k 8 20 52

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)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x396
x177
x155

asked: Jun 10 '11 at 09:54 PM

Seen: 793 times

Last Updated: Jun 14 '11 at 04:17 PM