How to Change or Add new Defalut.png / Default1.png using?

Hieeee im trying to add my own Splash Screen the demo which i have made. i tried to change the Defalut.png with my custom Default.png but its not working as Unity Engine checks for the Original Image.
so now i want to add Default1.png which is my custom img
so how im suppose to add it can anyone help me out???

Thanks In advance :slight_smile: :slight_smile:

It sounds like youā€™re using the Indie version of Unity iPhone and that license does not allow replacement of the Unity splash screen. The Pro version does.

Ya im using 30 days Trial version
for testing the Unity Engine.
But anyways is there any option of having 2 or more default Splash Screen, even in the Full Version Of unity???

You can display your splash screen as an in-game full screen texture - check out the documenation for GUITexture.

Hey thanks, will surly try it outā€¦ :smile:

All Unity iPhone trials are of the Basic license and with that you cannot customize the loading screen. If/when you buy a license you can always buy Unity iPhone Advanced which comes with a few features not found in Unity iPhone Basic, one of those is the ability to customize the loading screen. For more on the differences between Unity iPhone Basic and Advanced (and between Unity Indie and Pro) go here:

Unity License Comparison

Iā€™m afraid I have tried to replace the default splash screen png and failed twice now, so Im waiting for someone to show the definitive guide - the write your own script in the trampoline app version is too scary to try, and the others discussed simply donā€™t work. (I am working with the Advanced version).

I really hope that the ability to change the default icon and default splash screen will be built into the Unity Advanced interface at some stage, it is a must have for ease of use sake.

See My build post process script I posted earlier today.

Hey Tomā€¦ Would it be possible for you guys to add ā€œLoadingā€¦ā€ to the splash screen?

agreedā€¦ā€œLoadingā€ would remove a lot of the complaints iā€™ve been seeing on Unity games in the app store that say that when they click on the app, all that shows up is the Made with Unity logoā€¦theyā€™re clearly impatient and canā€™t wait for the game to load (luckily, I havenā€™t gotten one of these reviews yet)

billyzelsnack -

Iā€™m pretty sure I met you at a Micheal Abrash book signing. Abrash was talking about the yet to be repleased Quake and BSP trees.

I seem to recall you sitting with John Carmack.

kenlem,

oooh thank you so much! It really is very much appreciated! :slight_smile:

Yes can we PLEASE have ā€œLoadingā€¦ā€ added to the the Default.png for iPhone Basic users!? Itā€™s bad enough that the splash screen is an amateurish design but it also causes confusion for users not knowing what is going on with the launched app. Please, please fix it for the next release. :cry:

Cheers.

About adding ā€œloadingā€¦ā€ to the default image, weā€™re already discussing things internally so know that itā€™s already bubbling up in our conversations.

Agreed, an application setting (Player Settings?) to specify which image(s) to use would be great, as it is now you have to build (not build run), swap in your graphics, then build in XCode, thatā€™s not optimal.

Thats great to hear Higgy :slight_smile: thanks for letting us know it is being considered.

One Seconds,Two Seconds,There Secondsā€¦Loaded :twisted:

Looking in the Xcode project for my game I spotted four other splash screen images, two vertical format, two horizontal. All of these include the text ā€˜loadingā€¦ā€™. Is it possible to use these? I have no problem displaying the Unity logo on my game but I think users would be more forgiving of the delay when starting the app on their iPhone if they could see ā€˜loadingā€¦ā€™.

Thanks.

I think the idea is that you can use any of the provided screens. Just change the name to Default.png and youā€™re good to go.

Okay. Iā€™ll try that. Didnā€™t want to do something that violates the user license.

Just to confirm LeFishy is right, you can choose which among those you like. In our earlier releases of Unity iPhone there was only one (vertical) image for Unity iPhone Basic users, weā€™ve since updated to include a few that you can choose between. But as always, if you want to use your own custom image not included among those then youā€™ll need to upgrade to Unity iPhone Advanced.