How to close the game completely?

I was using Game.Exit() to shut down the game instance, but on Android it is not removed from the memory. If I relaunch the game by tapping its app icon, it will go back to where it was left but with the menu screen on the top layer closed. My test device is a Nexus 7 with Android 5.1.

I went through this thread, but couldn’t seem to find a way to close the game properly…

Can someone please help me with this issue? :frowning:

Found it:
System.Environment.Exit(0);

1 Like