Mirror crashes if I use invalid address
if I set address like:
12.51.65.1
it goes through sending to that address
if (GUILayout.Button("Login"))
{
manager.StartClient();
}
GUILayout.Label("networkAddress");
manager.networkAddress = GUILayout.TextField(manager.networkAddress);
but if I set value like:
34567
it frozes any work around already made so that I don't write code to check if 3 dots are inside and if it's only 8 bits and no characters as that's lot's to write.
Comment
Your answer
Follow this Question
Related Questions
dual wielding sword Draw animation help 0 Answers
NetworkBehavior OnSerialize fail for Component XXXX 0 Answers
Clients don't get updates for line renderer component 0 Answers
Reflecting object through portal and matching exit portal rotation 0 Answers
how to install an online game that use Mirror API on a dedicated server? 0 Answers