Search Issue Tracker
Fixed
Fixed in 2022.3.45f1, 6000.0.14f1, 7000.0.0a2
Votes
0
Found in
2022.3.37f1
6000.0.10f1
7000.0.0a1
Issue ID
UUM-75585
Regression
Yes
[iOS] Custom Storyboard Launch Screen images are placed in the wrong directory when building for iOS
How to reproduce:
1. Open the attached Project "PathSplash.zip"
2. Build the Project for iOS to the directory <Unity_Project>/iOS_Dir1/Dir2/Dir3
3. Observe the location of the "CustomB.png" file in the built Xcode Project
Expected result: the file is located next to the "LaunchScreen-iPhone.storyboard" file
Actual result: the file is in <Xcode_Project>/iOS_Dir1/Dir2/Dir3
Reproducible with: 2022.1.0a12, 2022.3.37f1, 6000.0.10f1
Did not reproduce on: 2021.3.40f1, 2022.1.0a5
Could not test with: 2022.1.0a5 - 2022.1.0a11 (Unity fails to build the Xcode Project)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 6000.0.14f1):
Fixed the path where the image from a custom splash storyboard is stored, now the image file is next to the storyboard.
Resolution Note (fix version 2022.3.45f1):
Fixed the path where the image from a custom splash storyboard is stored, now the image file is next to the storyboard.