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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.