Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»Network Actions»Network Initialize Server
Index
Navigation
Community Wiki

Network Initialize Server

Launch a server.

Connections
The number of allowed incoming connections/number of players allowed in the game.
Listen Port
The port number we want to listen to.
Incoming Password
Sets the password for the server. This must be matched in the NetworkConnect action.
Use NAT
Sets the NAT punchthrough functionality.
Use Security Layer
Unity handles the network layer by providing secure connections if you wish to use them. Most games will want to use secure connections. However, they add up to 15 bytes per packet and take time to compute so you may wish to limit usage to deployed games only.
Run In Background
Run the server in the background, even if it doesn't have focus.
Error Event
Event to send in case of an error creating the server.
Error String
Store the error string in a variable.

 

Tags:

Last modified on 3/2/2012 2:33 PM by User.

  • RSS Feed