728x90

input 위젯을 만들어서 한글을 입력하면 그자리에서 포인트가 머물면서 글자만 바뀌거나

스페이나, 엔터를 눌러야 그다음 문자가 입력되는 현상이 있다.

 

UIInput 스크립트를 열어서

 

if (string.IsNullOrEmpty(ime) && !string.IsNullOrEmpty(Input.inputString))

                          

                             ↓

if (!string.IsNullOrEmpty(Input.inputString))

이렇게 바꿔주면 우리가 생각하는 입력대로 잘됨. ㅇ.ㅇ

728x90
Posted by 정망스
,


맨 위로
홈으로 ▲위로 ▼아래로 ♥댓글쓰기 새로고침