Client
NebulaTitleScreen
The human client's front door: a small IMGUI panel to type the gateway address and a display name before connecting, and a way back when the connection drops.
generated from the sources
Class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Client/NebulaTitleScreen.cspublic sealed class NebulaTitleScreen : MonoBehaviourThe human client's front door: a small IMGUI panel to type the gateway address and a display name before connecting, and a way back when the connection drops. Shown only when the client was not told where to go on the command line (-nebula-gateway, -nebula-bot, -nebula-connect skip it), so scripted clients behave as before. Choices persist in PlayerPrefs.
Fields
Client
public NebulaClient Client;Methods
TryParse
public static bool TryParse(string text, out string address, out ushort port);