how can i fit the splash screen to screen in any android device???
Thank you
2 Answers
2Did you try making the resolution/pixel size of the splash screen the same size as what the android device uses?
Actually, there isn’t a one size fit all solution to splash screens in android. They will need to be stretched and/or cropped.
see:
http://docs.unity3d.com/Documentation/Manual/MobileCustomizeSplashScreen.html
You can use the sample that comes with steamworks.net :) , attach those scripts to a gameobject (I used my intro scene), review the scripts so they suite your game.. then just add your own function for e.g. SteamUserStats.SetAchievement("achievment_name");
– khos85
I read the post below and i test on my device (xperia z) and media pad and not fit splash to screen http://answers.unity3d.com/questions/542503/android-splash-screen-stretches.html why??
– SmartGame