Launching corona SDK app from Unity3D app, is it possible and how?

Hi All,

I am new to corona SDK and need help. My advisor at school asked me to write a corona SDK that needs to be launched from Unity3D app. Is that possible and how? I really appreciate your help. I am going to meet with my advisor Wed. 10, 2013 and I should have an answer for him. Thanks

Kal.

For iOS you can use URL schemes.  See:

http://www.coronalabs.com/blog/2011/12/22/using-app-url-schemes-in-ios/

Then basically you use whatever the Unity3D equivalent of system.openURL(“yourcoronaapp:”)

I don’t know Unity3D well enough to know if it can open Android apps using a similar method where you use the app bundle name (com.yourcompany.yourapp) passed to the URL opener top open it will work or not.

Thanks Rob I will try that. I really appreciate your help. Regards, Kal

For iOS you can use URL schemes.  See:

http://www.coronalabs.com/blog/2011/12/22/using-app-url-schemes-in-ios/

Then basically you use whatever the Unity3D equivalent of system.openURL(“yourcoronaapp:”)

I don’t know Unity3D well enough to know if it can open Android apps using a similar method where you use the app bundle name (com.yourcompany.yourapp) passed to the URL opener top open it will work or not.

Thanks Rob I will try that. I really appreciate your help. Regards, Kal