Search Issue Tracker
By Design
Votes
0
Found in
4.3.0f4
Issue ID
577830
Regression
No
Exported splashscreen images are not updated if default orientation is changed for WP8 apps
Steps to reproduce:
1. Open any project
2. In player settings set default orientation to LandscapeLeft
3. Build the project
4. In player settings set default orientation to LandscapeRight
5. Build the project to the same location
6. See that SplashScreenImage.jpg file is facing LandscapeLeft direction
By design because:
Unity has no way of knowing whether the SplashScreenImage.jpg was replaced with custom one, thus it does not modify it if it already exists. Four images, one for each orientation, are put to output directory. If there is a need to change the default splash screen image orientation just rename a file to which you want.
If there is a need for Unity to recreate the images, delete all the images created by Unity ("SplashScreenImage.jpg", "SplashScreenImagePortrait.jpg", "SplashScreenImageLandscapeLeft.jpg", "SplashScreenImagePortraipUpsideDown.jpg" and "SplashScreenImageLandscapeRight.jpg") and Unity will recreate them according to your player preferences upon next export.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment