Search Issue Tracker
Fixed in 5.5.0f3
Votes
4
Found in
5.4.0b10
Issue ID
781092
Regression
No
[iOS] Using Mobile/Particles/VertexLit-Blended shader with a spotlight causes OpenGLES error 0x0502
How to reproduce:
1. Open attached project
2. Open scene Main.unity
3. Build to iOS and run
- Note the errors printed in the Xcode log: OpenGLES error 0x0502 in .../iOS/Classes/Unity/GlesHelper.mm:339
- Reproduced in Version 5.4.0b11 (323b0238353b), Version 5.3.4p1 (e89f89413a91) on an iPhone 5 (iOS7)
- Not reproducible using a device with Metal
- Blocked from testing Version 5.2.4f1 (98095704e6fe) due to Xcode errors
Comments (5)
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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
ivan_barbancic
Sep 02, 2016 12:37
I have the same problem but on the iPad 4 with Unity 5.3.5 and 5.2.4.
In my project a 3D model does not render as expected and I have a problem with the viewport rectangle of the camera (I think it is the viewport) because the entire gui is stretched in one part of the screen (the gui is made with an external framework)
UnityDev291
Jun 13, 2016 23:54
Further testings shows it occuring in Unity 5.3.5p2.
When the text is changed in the UI Text component, Xcode immediately reports:
OpenGLES error 0x0502 in /../Classes/Unity/GlesHelper.mm:339
Running on iPad Air 2 (iOS 6.2.1)
UnityDev291
Jun 13, 2016 23:23
Would also add that it appears on build using just OpenGLES2 and also in a build using both OpenGLES2 and 3.
UnityDev291
Jun 13, 2016 23:22
Also seen in Unity 5.3.5f1.
OpenGLES error 0x0502 ...../Classes/Unity/GlesHelper.mm:339
When reported in Xcode log, can see missing letters and numbers from text using standard GUI/TextShader with dynamic .otf font.
Appears on iPad Air 2 but not (yet) seen on iPhone 6.
pixelsplit
Apr 02, 2016 21:02
Same issue here on 5.3.4p1, iPhone 5, using Mobile/Vertexlit. Blocke since this issue seems to kill the framerate!