Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.16f1
2019.4
Issue ID
1334231
Regression
No
[iOS][Metal] Crash when loading game on older devices
Reproduction steps:
1. Download the Xcode Project from the attached link
2. Build and Deploy the app on a device
3. In the App press the Cogwheel at the top left:
"Create New Account (Skip Tutorial)" should be selected
"Office Alpha + Early Retention Test (zz)" should be selected
4. Press Play
5. After the game loads kill the App
6. Run the App again
7. Press the Cogwheel at the top left
Ensure the settings are "Office Alpha + Early Retention Test (zz)" and "Last Used Account"
8. Press Play
9. Wait for the Game to load
Reproducible with: 2019.4.3f1
Could not test with: 2018.4.34f1, 2019.4.26f1, 2020.3.8f1, 2021.1.6f1, 2021.2.0a16 (No access to the Unity project for testing)
Reproduced on:
iPhone 7 (iOS 12.3.1) - crashes after step 9. With Metal API Validation enabled crashes after step 4
iPhone 6 (iOS 12.4.8) - crashes after step 4
Could not reproduce on:
iPhone 12 Mini (iOS 14.1)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2021.2.X):
It seems this is actually just an out of memory issue. The customer made some changes to memory use and the problem no longer occurs.