The Android Keyboard text appears to be white on a white background for some reason (at least in Unity 5.5.1f1 and below) when testing on an Android device. So there’s no way for the user to tell what the current input text is unless they highlight it. Not sure if it’s an actual bug on Unity’s end or if there’s a styling conflict caused by multiple Android manifests. Luckily, there’s a quick way to fix this.
- Open the Android Manifest file at Plugins/Android/AndroidManifest.xml.
- Look for android:hardwareAccelerated=”true” and add android:theme=”@style/UnityThemeSelector” after it.
- Save and test it on a device. The keyboard text should be visible again!
Source: https://forum.unity3d.com/threads/keyboard-text-white.391322/
Related Posts
August 26, 2009
Last day in The Netherlands
My last day in the Netherlands before I leave for my internship in Japan!
June 13, 2013
View PSD & TGA Files in Windows Explorer
Want to be able to view .PSD and .TGA files as thumbnails in your explorer?