Is it possible to integrate Unity with an adobe Air application. I've read of ways to integrate Unity and Flash through the browser, but I'm looking to use Unity with Air and was wondering if anyone had any workflow advice. I'm currently looking at http://code.google.com/p/aquiris-u3dobject/
I think I have a way to workaround the issue. I can use Communicate with Native Process in Air 2.0 which will allow me to run an .exe or .app. I can then compile the Unity scene to an .exe and run this from Air, which will work.