Steam Lobby Input Validator

Events

On Valid

public UnityEvent OnValid;

Invoked when the input field contains a valid lobby ID that meets the minimum length requirement. This allows other systems to respond when a correct lobby ID is entered.


Fields and Attributes

Minimal Id Length

public int minimalIdLength = 8;

The minimum number of characters required for the input field to attempt validating a lobby ID.

Last updated