Frequently asked questions (FAQ)
General- Do I need Unity Pro to work with Measure It! Pro
- Does Measure It! Pro the same as Unity's profiler?
- Does it only works with C# scripts?
- Is there a demo available?
- Can I get the source code?
General
Q. Do I need Unity Pro to work with Measure It! Pro
No! Measure It! Pro works with all versions of Unity3D.
^ TOP
Q. Does Measure It! Pro the same as Unity's profiler?
No, it can't! Unity's profiler hooks into method execution while with Measure It! Pro you'll need to manually enclose blocks of code in calls to MIP methods. This comes down to adding one line of code for each measurement (if you use the MIPProfiler class).
^ TOP
Q. Does it only works with C# scripts?
No, you can access Measure It! Pro from every language usable in Unity3D.
^ TOP
Q. Is there a demo available?
Being an editor plugin it isn't that easy to provide a demo, so unfortunately there isn't a demo available yet.
^ TOP
Q. Can I get the source code?
Sorry, no. Chances are that we will offer a source code licence in the future.
^ TOP