Search Unity

Image in Resolution Dialog doesn't appear in Windows standalone builds

Discussion in 'Windows' started by gecko, Nov 1, 2015.

  1. gecko

    gecko

    Joined:
    Aug 10, 2006
    Posts:
    2,241
    I have assigned an image to the Resolution Dialog in the Player settings. It shows up just fine on Macs (I'm on a Mac), but it doesn't on Windows -- that area is just blank/white. I have tried a jpg and a png file, no difference. Any suggestions?
     
  2. gecko

    gecko

    Joined:
    Aug 10, 2006
    Posts:
    2,241
    bump? I've tried TGA, JPG, and PNG file formats, and it's always blank in the build. So I guess it's not a file format issue...but what could prevent the banner from appearing?
     
  3. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,902
    Could you submit a bug with repro project attached?
     
  4. Daniel10

    Daniel10

    Joined:
    Aug 11, 2013
    Posts:
    10
    I've fixed this problem with the following steps:

    - Use an image with .tga format.
    - Remove all special characters from your build folder and .exe name.
    Before, my folder and .exe was named "Librário", and when I've changed to "Librario" the image appeared.

    Thanks again for your support Gecko!