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
- Sprite Importer Checkbox Label Truncated in UI (2D Template)
- Light theme icon is missing for Volume Component in the Inspector window
- Volume Profile effects are still showing and active in Game View when the Volume Profile is reset
- Shader Graph Tab Lacks Right Margin for Long Titles
- 2DLight component only renders when ShadowCaster2D components are within range in WebGL builds
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.