Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
3
Question by Stephane-Imbert · Sep 23, 2015 at 03:42 PM · iossplash-screensplash screenunity 5.2splash

iOS splash screen issue in Unity 5.2

Hi all,

We just upgraded to Unity 5.2 and ran into an issue with the new splash screen support for iOS. We want a logo on a white background for all splash screens.

If we use the default setting, despite matching the exact sizes that Unity is asking for, our splash screens are now pixelated when they weren't before the upgrade.

If we use the "Image and background (relative size)" and set the background color to white, the borders of the screen on device are set to white but place where the logo will go starts black and then cross-fades to our logo which looks pretty terrible.

Is there a reason why the Background Color is not applied to the entire screen? Is there a way to disable the logo fade?

We are seeing this on iOS9 (haven't tested other OS yet)

Thanks.

Stephane

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Desoxi · Nov 11, 2016 at 09:52 AM 0
Share

We recently had size and scaling issues too and our solution was to change the import settings of the file this this:

alt text

I cant say why this worked for us but maybe it will help you guys too. Splash size is 1920x1080.

splash-settings.png (52.9 kB)

8 Replies

· Add your reply
  • Sort: 
avatar image
3

Answer by mrdoktor · Oct 20, 2015 at 12:01 PM

I found a solution.

Remove app from device, and delete the projects derived data

Add image = nil; at row 110 in SplashScreen.mm

This forces Xcode to look up the correct png.

Tested on iPhone 4, iPhone5, iPhone6 and iPad Mini.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by Stephane-Imbert · Sep 23, 2015 at 07:36 PM

So, it appears that the issue with the pixelated splash screen is because the Default option for the iPhone/iPad launch screen uses the "Mobile Splash Screen" and not the images specified for the appropriate device.

1) I have verified that if I run on an iPad retina, the image I am seeing is the 480x320 image set in Mobile Splash Screen and not the 2048 x 1536 image I specified.

2) I also verified that if I set the mobile splash screen to None I see no image on boot, which means it's not a question of Unity defaulting to the Mobile Splash Screen first before checking the other settings.

This issue combined with the fact that the background color settings only works around the logo image which fades in on a black background makes it impossible for us to have a splash screen that is NOT on a black background.

This is a showstopper issue for us.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Kanojo · Sep 25, 2015 at 05:16 PM 0
Share

Sorry I made a mistake..the answer below(starts with same issue...) is not the answer of question. I have the same issue :(

avatar image Benzor · Oct 14, 2015 at 04:37 PM 0
Share

I am encountering the same issue, running on an iPad Air 2 with iOS 9. It was definitely working fine on Unity 5.1.3f1 before. We're close to shipping and a regression this bad is a serious problem.

And, not sure if it's related but our game consistently launches upside down now (landscape but the wrong way), also since the update to 5.2.1.

avatar image
1

Answer by Dinosaurs · Sep 25, 2015 at 09:17 PM

I found that the best way to handle splash screens on iOS was to create a single huge image (mine is 2208 x 2208, the max dimension of any side of an iOS device per this doc), that will fill the entire screen when displayed on any iOS device. The main graphic is designed to fit on a 10x16 screen, you just see more of the background on wider devices.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Kanojo · Sep 25, 2015 at 08:53 PM

I've tested on ios8 device. It runs perfectly. Seems this issue is about ios9 problem... I've tested appstore version(which is complied before ios9) and current working build. Both side, same problem :(

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Meltdown · Dec 07, 2015 at 09:46 PM

This thread on the Unity forums has all the detail you need. The remaining splash screen issues will be resolved in Unity 5.2.3p3

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

35 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

default ios splashscreen blurry 0 Answers

iPod touch 5th gen launch screen 0 Answers

Detect When the Unity Splash Screen Has Ended? 4 Answers

ios splash screen problem 2 Answers

Black Splash Screen on Launch with both iOS & Android 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges