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
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment