Thanks for the reply. That’s not suprising. But what was suprising was…
Mono 1.2.5?!?!?!
2007 called and wants it’s Mono back.

Seriously, 2.4 has been shipping since March or April. 2.0 has been out for over a year. There are lots of runtime bug fixes as well as some performance improvements with 2.0. Not to mention all of the new classes you could use.
It isn’t like it costs any money to license, just engineering time to integrate, and the integration should be fairly straight forward (I’ve migrated many apps from 1.1 to 1.2 and then to 2.x with very little effort). I understand that every dev hour spent on this means a dev hour not being spent on some other new feature, but this is one that should be slam dunk and have substantial ROI.
I understand that I can use either compiler and target eithe runtime as long as the target libraries are up to snuff. But the fact is that the MS jitter (not-econo) significantly outperofrms the Mono jitter on the Windows platform:
- it JIT compiles faster
- the native code tends to be more efficient, despite being compiled more quickly
- the .Net library implementations have MASSIVE performance enhancements in some cases
- the .Net library implementations have far fewer bugs
I’m not saying Mono is bad, it isn’t.
I’m also not saying that for Windows .Net should be used exclusively, as that would suck from a support standpoint. If I was supporting both a Mac and Windows build of my game, I absoultey would want it to work the way it does today, as it will be easier for me, and easier for Unity.
However, for those who are targetting and testing on Windows only (ie 94% home market share), there are many significant advantages with providing an option to target the MS .Net runtime.
The Mono compiler can still be used at project build time. I’ve done extensive testing with this for my book, and the bulk of the advantages come from the differences in the runtime JIT and library; the IL compilation makes very little difference in comparison for Mono vs. .Net.
Even if this option was only available in the Windows version of Unity that would be fine, but I see no reason to limit it (and in fact it would probably be more work to implement it that way).
Heck, I’d even be happy if it was only a Pro feature. Give people yet another reason to go Pro and further distinguish the offerings.
It also isn’t just about raw performance and fewer bugs. There are TONS of new runtime features that simply don’t exist in Mono…especially archaic 1.2.x. If this work was done in conjunction with moving to Mono 2.x, it would really open up the programming options. They are indeed two separate things though, and if I had my choice I do think moving to 2.x first is a far more important.
I think this would be a great Pro feature. I would simply put a checkbox “Target .Net Runtimes (Windows Only)” in the UI that is enabled only in Pro and only when doing the Windows target build.
Is there any way to submit this formally as a feature request?
Ryan