Native (C++) plug-ins for Android
Single-Pass Stereo Rendering for Android
Customizing an Android Splash Screen
If you use Unity Personal Edition to make your project, a default splash screen displays while your game loads. It is oriented according to the Default Screen Orientation option in the Player Settings. You cannot change this splash screen.
Unity Professional Edition users can change the splash screen. You can use any texture in the project as a splash screen. You can set the texture from the Splash Image section of the Android Player Settings. You should also select the Splash scaling method from the following options:-
-
Center (only scale down) draws your image at its natural size unless it is too large, in which case it is scaled down to fit.
-
Scale to fit (letter-boxed) draws your image so that the longer dimension fits the screen size exactly. Empty space around the sides in the shorter dimension is filled in black.
-
Scale to fill (cropped) scales your image so that the shorter dimension fits the screen size exactly. The image is cropped in the longer dimension.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
Native (C++) plug-ins for Android
Single-Pass Stereo Rendering for Android