Enable Validation
Login Validation is how ObjectNet checks if authentication data is valid or not.
After data is collected, ObjectNet needs to check if this information is valid. To do this ObjectNet uses another script that implements the interface IInformationProvider to validate the information ( see Providers Scripts ).
This script shall implement a method to check this user against any authentication service such as Database, WebService, PlayFab, Steam, or any other.
You can also check the example script LoginValidationProvider in the examples folder. This script has a full implementation of how to validate login information.
You can also check the full example scene "02 - Login".
In this example, you have a full example of how to implement your custom login including a UI.
You can use the following users and passwords to test it.