Hey guys,
Well, I’m currently working on an Android game, but I can’t seem to find a proper way to fully shut down a game by means of an on-screen button… Like, an Exit Button.
When I attached an Application.Quit() to it, it looks like it quit from the game, but when I check the background running apps, its still going on… When I tap on that background app, it opens up a “new” instance of the entire game.
Can someone tell me what to do?
Thanks!