Hi !! I am new in unity development . In my android project I have an activity which is like a home screen. After that I want to start unity LaserPegsProxyActivity(Game screen). I dont want to have that splash screen in between home screen and game play screen . But I am not able to remove the splash screen. I also set none for splash settings in Player Setting but it gave the default unity splash screen. I am using unity Pro (unity 4.0) and Android SDK 2.3.3. Please help me out!!
1 Answer
1@mattew : Can u have a look at the attached. That made me pay a lot of dollars…!!
Yes I have seen the attachment. Go in Edit/Project Setting/Player. There is an option called Splash Screen. If it is empty then Unity will put Unity Splash Screen, Put your texture
– MattewMarkson
you can not remove the splash screen. The game engine needs to load all assets. If you want you can put a black splash screen, or a empty scene (0) with a script which loads the next scene when loading is finished. The point is not only loading the assets, but also the scene content. If you load first a empty scene, you have avoided the splash screen. now you can load your level! I suggest you to use a black splash screen if you don't want anything with empty scene. You can also play your intro before next scene. These are all ideas, use what you like more!
– MattewMarksonPlz look at the attached . And please provide me the details.
– Kumar_Aditya@MattewMarkson : I am waiting for your response . Thanx in advance...!!
– Kumar_Aditya