http://lhh3520.tistory.com/281
+)
NGUI > Option > Font Maker 설정하는 단계 필요.
Feb 10, 2016
Feb 7, 2016
Unity NGUI Label에 한글 적용 문제 해결
[ LINK ] 유니티 NGUI에서 라벨에 한글 적용하기 (1)
[ LINK ] 유니티 NGUI에서 라벨에 한글 적용하기 (2)
--------------------------
+ 추가
한글이 같은자리에서만 입력되는 문제
-> 모바일에서는 문제없으나 에디터에서만 문제 발생.
-> UIInput.cs 수정하면 해결 됨.
if (string.IsNullOrEmpty(ime) && !string.IsNullOrEmpty(Input.inputString))
=> if (!string.IsNullOrEmpty(Input.inputString))
[ LINK ] 유니티 NGUI에서 라벨에 한글 적용하기 (2)
--------------------------
+ 추가
한글이 같은자리에서만 입력되는 문제
-> 모바일에서는 문제없으나 에디터에서만 문제 발생.
-> UIInput.cs 수정하면 해결 됨.
if (string.IsNullOrEmpty(ime) && !string.IsNullOrEmpty(Input.inputString))
=> if (!string.IsNullOrEmpty(Input.inputString))
Subscribe to:
Posts (Atom)