Skip to content

Instantly share code, notes, and snippets.

@sugi-cho
Created July 16, 2015 18:54
Show Gist options
  • Save sugi-cho/0e53c8e32525dd4c8824 to your computer and use it in GitHub Desktop.
Save sugi-cho/0e53c8e32525dd4c8824 to your computer and use it in GitHub Desktop.
var manager = GetComponent<NetworkManager>();
manager.StartServer(); //server
manager.StartClient(); //client
manager.StartHost(); //serverかつclient
manager.StopServer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment