I'm assuming you can compile that Unity app? If you can compile it as an AAR or a static lib for iOS you can just show the activity from the Android native code of a Codename One application then place the aar file in the native/android directory.
In iOS you can compile the app as a static lib and name it libMyApp.a (prefix lib and suffix .a) place it within the native/ios folder and show the main UI using present view controller. This is a lot of work and I'm not sure it's worthwhile. I know some developers of ours who did similar things to use domain specific tools e.g. in the banking industry. But it's still a pain and negates at least some of the benefits of Codename One. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/60c7a31e-5c93-4111-ab2f-7d53dfe137f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
