개발자 사카
안드로이드 가상키보드에서 하얀 백그라운드에 하얀 글씨가 써져있을 때 본문
InputField를 클릭했을 때 가상키보드가 올라오면서 하얀색 백그라운드가 올라온다.
여기서 문제는 저 하얀 백그라운드에 하얀색 글씨로 글이 써져서 내가 뭘 입력하는지 볼 수 없다는 점이다.
해결법은 간단하다.
plugins/android/AndroidManifest.xml를 열고
<application android:theme="@style/UnityThemeSelector"... 이 태그를 넣어주면 이제 검은색 글씨가 나온다!
출처 : https://answers.unity.com/questions/1255860/android-inputfield-keyboard-showing-light-gray-tex.html
'Develop > Unity' 카테고리의 다른 글
모바일 화면을 항상 켜짐으로 설정하는 법 (0) | 2018.01.12 |
---|---|
IOException: Win32 IO returned ERROR_BROKEN_PIPE 에러가 떴을 때 (0) | 2018.01.12 |
입력한 텍스트가 이메일 형식인지 체크하는 방법 (2) | 2018.01.12 |
2DSprite에 라이트 효과 주기 (0) | 2018.01.12 |
Unable to convert classes into dex format (0) | 2018.01.12 |
Comments