Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2021.3.33f1
2022.3.16f1
2023.2.4f1
2023.3.0a1
2023.3.0a12
Issue ID
UUM-58877
Regression
Yes
[iOS] Load Indicator doesn't show up when building application with non Development Build
Steps:
1. Open new project
2. Go to File > Build Settings and switch to the iOS Platform
3. Make sure that Development Build is disabled
4. Make sure that Run in Xcode is set to Release
5. Go to Player Settings > Resolution and Presentation
6. Set "Show Loading Indicator" to "White Large"
7. Build and Run to the device
Reproducible with: 2021.3.33f1, 2022.3.16f1, 2023.2.4f1, 2023.3.0a12, 2023.3.0a19
Not reproducible with: 2023.3.0a11
Reproducible with devices:
VLNQA00476 - iPhone 13 Pro Max (MLL63ET/A), CPU: t8110, OS: 17.0
VLNQA00352 - iPhone 12 Pro (MGML3ET/A), CPU: Apple A14 Bionic, GPU: Apple designed, OS: 16.2
Not reproducible with device:
Pixel 6 Pro Android 14
Notes:
- Not reproducible if Development Build is enabled and Run in Xcode as Debug is selected
- Reproducible with all "Show Loading Indicator" setting types
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note:
Seems like the non dev build load is much faster.
So the Loading Indicator DOES show up, just disappears instantly.
If we comment out (in the generated Xcode project)
- (void)showGameUI at Classes/UI/UnityAppController+ViewHandling.mm:171 the HideActivityIndicator() method, the app will start, Loading Indicator will spawn, and never disappear, regardless of Release/Development configuration.
Resolution Note (2023.3.X):
Seems like the non dev build load is much faster.
So the Loading Indicator DOES show up, just disappears instantly.
If we comment out (in the generated Xcode project)
- (void)showGameUI at Classes/UI/UnityAppController+ViewHandling.mm:171 the HideActivityIndicator() method, the app will start, Loading Indicator will spawn, and never disappear, regardless of Release/Development configuration.