Hi everyone,
I’m developing an application that is part written in native iOS and another part in Unity. At the beginning the native application shows up and with the startUnity method from UnityAppDelegate class, the unity scene appears.
After that I’m not able to close the UnitySession and go back to the native application. I’m looking for some kind of “endUnity” method. How can I do that?
Thanks in advance.