zo
March 29, 2013, 7:52am
1
hello, i’m unity3d android game developer.
our environment unity pro 3.5.5f3 and Win7, target flatform is Android
our main test phone is “SAMSUNG GALAXY S2”
problem:
when the launch application, the android phone is show this screen before enter gamescene.
(
#1 the icon image is a random icon image for prototype game)
(
#2 this screen is slightly different by using android os)
(it is not unity logo because I already changed “Splash Image” of Android Build Setting to our logo)
I can’t remove this image.
but other games don’t show this image.
i can’t googling it because i don’t know name of this image :shock:
how can i remove this image? help me~!
zo
March 29, 2013, 9:46am
2
i found “ProjectSettings.asset” is associated with this problem.
“Angrybot” for Android dosen’t show this screen.
i overwrited the Angrybot’s “ProjectSettings.asset” to my project, it is not showing this screen too.
but i don’t want to Angrybot’s settings
what setting in inspector or editor is associated to this screen? → this is my topic now.
Freezy
March 29, 2013, 12:32pm
3
Set Edit → Project Settings → Editor
to Asset Serialization: Force Text
this will allow you to to open the “ProjectSettings.asset” in a text editor and read/alter the YAML directly.
I would like to be able to remove this start screen as well, as it looks less professional.
zo
March 31, 2013, 2:32pm
4
I solved it, but not clear.
if oritentation is ‘landscape’, this screen don’t appear.
and start of ‘first scene’,
Screen.orientation = ScreenOrientation.Potrait;
aryin
June 17, 2013, 9:46pm
5
I wonder if there’s a better/official way to get this problem solved.