How to Turn off ANDROID Basic Launch(?) screen

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.:face_with_spiral_eyes:

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~!

i found “ProjectSettings.asset” is associated with this problem.

  1. “Angrybot” for Android dosen’t show this screen.
  2. i overwrited the Angrybot’s “ProjectSettings.asset” to my project, it is not showing this screen too.
  3. but i don’t want to Angrybot’s settings
  4. what setting in inspector or editor is associated to this screen? → this is my topic now.

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.

I solved it, but not clear.
if oritentation is ‘landscape’, this screen don’t appear.
and start of ‘first scene’,
Screen.orientation = ScreenOrientation.Potrait;

I wonder if there’s a better/official way to get this problem solved.