Hello, Has anyone had experience with building assemblies using monotouch and use > them from Unity ? > > Two things came up to mind: > 1. The Unity UI framework is a bit different from the traditional iPhone > app. How do they integrate ? (if possible) > 2. Unity is still using .NET 2.0. I suppose you can configure the target > .net in monotouch to use 2.0 instead of 4.0 ? > > Your comments would be greatly appreciated >
This is not currently possible, since the MonoTouch components actually depend on extensions to the Mono runtime to work. Miguel
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
