UNITY END USER LICENSE AGREEMENT does not mention MonoTouch ?
I’ve just built my Unity Project to iOS. It mentions System.MonoTouchAOTHelp__ctor.
Does Unity use MonoTouch?
UNITY END USER LICENSE AGREEMENT does not mention MonoTouch ?
I’ve just built my Unity Project to iOS. It mentions System.MonoTouchAOTHelp__ctor.
Does Unity use MonoTouch?
No, it doesn’t. It uses Mono.
mono wont run on iOS and android devices
for iOS they have MonoTouch and
for android MonoAndroid.
Mono uses platform independent JIT compiler (just like common language runtime for windows C#)
Incorrect, Mono does run on iOS; that's what Unity uses. Mono has an AOT option which Apple required for iOS. Unity does not use MonoTouch, which is a separate commercial implementation developed by another company.
– Eric5h5