This commit is contained in:
DerTyp187
2021-12-22 22:57:09 +01:00
parent 405f59f764
commit b62dbc5afa
15 changed files with 2154 additions and 135 deletions

View File

@@ -35,7 +35,7 @@ public class InputValidator : MonoBehaviour
}
else if(InputType== TypeOfInput.IP)
{
inputField.contentType = TMP_InputField.ContentType.Alphanumeric;
inputField.contentType = TMP_InputField.ContentType.Standard;
}
inputField.onValueChanged.AddListener(delegate { ValueChangeCheck(); });