When a game has been loaded from an online game, the Game should have a flag to determine if it is a multiplayer game. This lets unity know if the user's game actions should be submitted to the network or not. This is as easy as adding a flag to the game configuration
Enhancement Description
When a game has been loaded from an online game, the
Game
should have a flag to determine if it is a multiplayer game. This lets unity know if the user's game actions should be submitted to the network or not. This is as easy as adding a flag to the game configuration