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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Add comment