Network.incomingPasswordstatic var incomingPassword : StringDescriptionSet the password for the server (for incoming connections). This must be matched in the Network.Connect routine on the clients. Pass "" to specify no password (this is default).
JavaScript
function ConnectToServer () { using UnityEngine; import UnityEngine |
