2012년 3월 13일 화요일

Unity3D Korean input with EZGUI UITextField

To input Korean on UITextField, add this line when UITextField was focused or entiry point of UIManager.

Input.imeCompositionMode = IMECompositionMode.On;

Unity3D의 EZGUI에서 한글 입력이 안될 때, 위의 한 줄을 추가하면 한글 입력이 가능하다.
UITextField가 Focus 되었을 때나, 한 번만 적용하면 된다.
하지만 조합 중인 글자는 보이지 않는다.

댓글 없음:

댓글 쓰기