Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a12
Issue ID
1108619
Regression
No
[Android] No warning when device support only Gles2, and Gles3 is the only API in the Player Settings
Steps to reproduce:
1) Download attached project and open in Unity
2) Make sure Gles3 is the only Graphics API in the Player Settings
3) Build and Run project on a device
Note: No warning message with not compatible device
Expected result: Error message with not compatible device
Actual result: No message, app is pushed to device
Reproduced with:
2018.2.20f1, 2018.3.0f2, 2019.1.0a12
Devices under testing:
Reproduced with:
VLNQA00020 Samsung Galaxy S3, GPU: Adreno (TM) 225, OS: 4.3
Not reproduced with:
VLNQA00066 LG Optimus G, GPU: Adreno (TM) 320, OS: 4.1.2
Note: error appears when building on the same device using Vulkan API
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Device reports OpenGL ES 3.0 support (adb shell getprop ro.opengles.version = 196608), but only has Adreno 225 GPU.