Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug 1more input "Character Limit" of InputField with Korean character

Discussion in 'UGUI & TextMesh Pro' started by panimir, Nov 18, 2022.

  1. panimir

    panimir

    Joined:
    Dec 25, 2016
    Posts:
    1
    Hi. I found a error.

    When I using "character limit" of InputField with Korean character, I can input 1 more character. numbers, english character have problem. only I can add 1 more character with Korean character.

    ex)
    character limit : 5
    english : abcde
    number : 12345
    Korean : 가나다라마바

    korean character can add 1 more character. but sumbit only 5. I expected input and see 가나다라마, not 가나다라마바.

    I'm using legacy text component with InputField.
    unity vertion : 2021. 3. 3f1

    Is there any solution?