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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.