【Unity】Androidにおいて、ソフトウェアキーボードの文字色が白色になり、背景色と同化して見えなくなる不具合の修正方法
遭遇した環境
- Unity 5.4.3f1
修正方法
AndroidManifest.xml の application タグに下記の記述を追加する
<application android:theme="@style/UnityThemeSelector" ...
AndroidManifest.xml の application タグに下記の記述を追加する
<application android:theme="@style/UnityThemeSelector" ...