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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment