Search Unity

Static Splash Screen and Alpha Issue

Discussion in 'Android' started by DanWeston, Jan 7, 2019.

  1. DanWeston

    DanWeston

    Joined:
    Sep 9, 2014
    Posts:
    32
    I'm currently porting my iOS build to Android and I am having issues with the static splash screen

    On my iOS build the alpha works perfectly fine for the given splash. However, on Android the alpha channel on the splash screen appears to get filled with a colour picked from the image.

    Here's the example splash screen png:

    (https://imgur.com/a/DmPZQiL)

    Here's what it looks like when built to an apk and running on any device:

    (https://imgur.com/1jPf6bW)

    I am using currently using 2018.2.18 and have had this problem on older versions of 2018.2
     
  2. plusgamesgulcanyazir

    plusgamesgulcanyazir

    Joined:
    Feb 12, 2019
    Posts:
    6
    Setting alpha source to "None" under import settings might solve your problem. Give it a try.