Found a pretty major issue with input field.
1. Create an input field with integer content type
2. Set character limit to 4
3. Using code, change inputField.text to a 4 digit number.
Result: the input field is set with the first 3 digits instead of 4 digits. It seems to be calculating the character limit incorrectly when defining the number from code.
Why is this a major issue?
Player inserts a 4 digit number, which is allowed because it is under the character limit, and the UI allows...
Major issue with Input Field - unity 5.3.6
1. Create an input field with integer content type
2. Set character limit to 4
3. Using code, change inputField.text to a 4 digit number.
Result: the input field is set with the first 3 digits instead of 4 digits. It seems to be calculating the character limit incorrectly when defining the number from code.
Why is this a major issue?
Player inserts a 4 digit number, which is allowed because it is under the character limit, and the UI allows...
Major issue with Input Field - unity 5.3.6