Hi,
I have a 2 player local game that I've converted to networked. I've made the scripts compatible with both so now you can set the game to network and use the NetworkManagerHUD to play a network game or set it local to play a local 2 player game. The problem is that with a local game, the NetworkManager and NetworkManagerHUD still show and you have to click the Start Host button to get it to load. To attempt to fix this I removed these components from the Local Game Scene but then the...
NetworkBehaviour stopping script from being used in local only game.
I have a 2 player local game that I've converted to networked. I've made the scripts compatible with both so now you can set the game to network and use the NetworkManagerHUD to play a network game or set it local to play a local 2 player game. The problem is that with a local game, the NetworkManager and NetworkManagerHUD still show and you have to click the Start Host button to get it to load. To attempt to fix this I removed these components from the Local Game Scene but then the...
NetworkBehaviour stopping script from being used in local only game.