- Home /
Quit from Unity to native iOS app.
Hi guys.
I'm working on iOS application which is going to include a few unity games.
And I investigate an opportunity to exit from the Unity game to the native iOS app with games list.
I know that the Unity provides methods Application.Quit()
and Application.Unload()
I haven't try but I'm not sure that Application.Unload()
is correct ways to exit from unity to the native iOS app.
Comment