Good morning!
I have just completed a game using Unity3D. My co-workers have each completed an app in native Android and iOS using Eclipse ad XCode.
The problem is, we need to integrate the game into the Android and iOS apps by having it activate inside one of their screens/scenes/activities.
Any pointers on how I could get started on this task? I am unable to find anything helpful online. Thanks in advance, any help would be much appreciated.
UPDATE
We now have the game successfully integrated into an Android App. Now we have another issue, in Unity we can input a button the quits the game. This was great while the game was a standalone app. But now that it is inside the Android app, we are looking for a way to exit the game without quitting the entire app.
Is there a specific snippet of code we can use to back out of the Unity game but not exit the whole application? Thanks!