- Home /
Localizing Splash image in Android Pro
I've been searching on how to localize the splash image on Unity Android. For iOS, I manage to do it. But for Android, I'm not having any luck.
So questions:
Is localizing splash image even doable for Unity Android? Is there a hack to do it? The splash will be purely image, just that for Chinese, we will use a different image and the rest of the other languages will share a different image. Is it possible using localized drawable?
Is it possible to disable Unity's splash image implementation, meaning to not show any splash at all? Setting PlayerSettings.showUnitySplashScreen to false in postprocess doesn't seem to disable it entirely. I was thinking that if I can get rid/override Unity's splash implementation, I could just create a splash activity which will then be proceeded by the main activity.
Any solution/suggestion?