Search Unity

Splash screen issue / Unity 4.5.1 pro, Xcode 5.1.1

Discussion in 'iOS and tvOS' started by alex_hajdu, Jun 21, 2014.

  1. alex_hajdu

    alex_hajdu

    Joined:
    Nov 10, 2013
    Posts:
    32
    I've strange problem.

    On the app launch my custom splash screen appears but then it fades to

    • black screen on iPad
    • default unity splash screen on iPhone
    It really makes me crazy because we are about to launch new update and it's not looking good. Btw.I'm not able to find this default splash screen in bundle.

    I also noticed that loading indicator doesn't work too?
     
    Last edited: Jun 21, 2014
  2. MrEsquire

    MrEsquire

    Joined:
    Nov 5, 2013
    Posts:
    2,712
    Look in Xcode and delete the Unity default splash screen
     
  3. alex_hajdu

    alex_hajdu

    Joined:
    Nov 10, 2013
    Posts:
    32
    There is nothing like default splash screen. I replaced it with my own. As I wrote, it displays my custom and then fade to black or unity def. wallpaper depending on device.
     
  4. alex_hajdu

    alex_hajdu

    Joined:
    Nov 10, 2013
    Posts:
    32
    I find it. When a I use asset catalogue rather than single images it works...
     
  5. Mantas-Puida

    Mantas-Puida

    Joined:
    Nov 13, 2008
    Posts:
    1,864
    Are you setting splashscreens via Unity Player Settings or directly in Xcode? (btw, you need to replace Xcode project when after updating from older Unity version to Unity 4.5)
     
  6. alex_hajdu

    alex_hajdu

    Joined:
    Nov 10, 2013
    Posts:
    32
    Setting single images via Xcode doesn't work for me. Setting in Unity in Player Setting and then edit images in Asset catalogue works in Xcode works fine.