Search Issue Tracker
By Design
Votes
0
Found in
2023.1.0a1
2023.2.0a1
Issue ID
UUM-6601
Regression
No
[iOS] Freeze when loading large amounts of sprites
How to reproduce:
1. Download and open the attached “TestAnimator(1).zip“ project
2. Build and deploy the project for iOS
3. In the text field, enter 100 and press “Preview“
4. Wait for 1-2 minutes
Expected result: The application does not freeze
Actual result: The application freezes
Reproduced with: 2019.4.40f1, 2020.3.36f1, 2021.3.4f1, 2022.1.5f1, 2022.2.0a17
Reproducible with: iPhone 12 Pro (iOS 14.2.1), iPhone 13 Pro (iOS 15.0.0)
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
- ":focus" style will not be shown when the UI element is unparented and reparented and the "Focus()" method is called without the "Blur()" method being called
- Crash on BucketAllocator::Allocate when importing TextMeshPro assets
- Playmode dropdown creates continuous "Layout update is struggling" errors at certain aspect ratios
- Editor takes a long time to open VFX Graph 'Subgraph' asset when it is heavily referenced by multiple other VFX Graphs
- "Editor Event Handler Error" error is thrown when using Terrain Tool shortcuts
Resolution Note:
The bug does not reproduce for me. How is it determined that app is frozen?
In my case it looked like nothing happens on screen, but that was just no visual changes. In reality app still worked, the problem was that asset bundles were reject for trunk version. After I rebuilt the asset bundles for iOS (item in Tools menu), on iPhone X I could go to 500 without problems, in create a lot of various objects on screen. Objects are animated so it was clearly visible that everything works.
This needs to be reevaluated.