What is game instance?

Game instance is an instance of your game. And while playing, there will be only one game instance existing in your game, no matter you switch into any level. So it’s a global singleton class of your game.