Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
1
Found in
2019.3.0a9
2019.3.0b7
Issue ID
1201094
Regression
Yes
[iOS] GLES2 not included in AutoGraphics API list even when targeting iOS 10
How to reproduce:
1. Create a new project
2. Build and deploy the project to the iPad 4th generation
====Creash occurs=====
Reproducible with: 2019.3.0a9, 2019.3.0f1
Not reproducible with: 2017.4.34f1 2018.4.13f1, 2019.2.14f1, 2019.3.0a8
Not reproducible with:
-Setting AutoGraphics API to OpenGLES2.0
A few lines from the stack trace (see the full stack trace in the Edit section):
frame #0: 0x1e1c5acc libsystem_kernel.dylib`__pthread_kill + 8
frame #1: 0x1e27e086 libsystem_pthread.dylib`pthread_kill + 62
frame #2: 0x1e15a95a libsystem_c.dylib`abort + 108
frame #3: 0x1dc5f708 libc++abi.dylib`<redacted> + 108
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
- [HDRP] Decal Projector with layer mask "nothing" doesn't affect transparent objects when Decal Layers are disabled in frame settings
- "MonoBehaviour.OnApplicationQuit" is still called when quitting is canceled by “Application.wantsToQuit“ returning false
- [2D SG/VFX] Surface options are not shown in Output Inspector when 2D Sprite SG is assigned to VFX
- Collisions are incorrectly registered when setting a joint motor every frame causes
- Terrain shadows flicker while moving the Camera in the Player when Terrain contains GPU instanced materials
Resolution Note (fix version 2020.1):
GLES2/GLES3 are deprecated on iOS and no longer included in the auto graphics lists, they must be explicitly added to the APIs list. Metal will be added to the required device capabilities list which will prevent the app from being deployed to a GLES2 only device unless GLES2 is manually added to the GFX API list in Player Settings.