Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2018.4.10f1
2019.3
2020.1
Issue ID
1193036
Regression
No
[Mobile]Camera.RenderWithShader does not render to texture with OGLES 3
How to reproduce:
1. Open the attached LensFlares.zip project
2. Build for iOS and deploy the Xcode project to the iOS device
Actual: Camera.RenderWithShader does not render to texture with OGLES 3 (see the photos attached in the Edit section)
Reproducible with: 2018.4.13f1, 2019.3.0f1, 2020.1.0a15
Reproducible with:
iPhone 8 (12.4.1)
iPad 5th generation (iOS 10.3.3.)
VLNQA00012 Samsung Galaxy S6 7.0 Exynos 7 Octa 7420 Mali-T760 OpenGL ES 3.2 04157df40db4bd2c
Not reproducible with:
VLNQA00272 Samsung Galaxy S10+ 9 Snapdragon 855 SM8150 Adreno (TM) 640 OpenGL ES 3.2 R38K905C3ZP
VLNQA00125 Google Pixel 2 8.1.0 Snapdragon 835 MSM8998 Adreno (TM) 540 OpenGL ES 3.2 FA7BB1A08116
Not reproducible with: Metal
Notes:
- Could not test on 2019.2 and 2017.4 because of the thrown errors
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
- [VFX Graph] ArcTorus Transform changes in blackboard not reflected in Graph
- Text deletion works incorrectly in an input field when the Chinese language is used and the "Event System" Component is turned off
- Typed text doesn't appear in an input field when the Chinese language is used and the "Event System" Component is turned off
- Script associated with "GlobalVolumeFeature" is missing when inspecting "Mobile Renderer" Asset
- Clearable "RenderingCommandBuffer" errors are thrown in the Console when creating project using Universal 3D Template
Resolution Note (2020.1.X):
By design: project uses Render texture of R32_SFLOAT format, some GPU drivers do not support mip maps generation or blending for this format. Using more widely supported format like R16_SFLOAT works.