Search Issue Tracker
Duplicate
Votes
0
Found in
Issue ID
1083260
Regression
No
[iOS] [LWRP] Scene is not rendered properly on certain devices when using nested cameras
To reproduce:
1. Open project
2. Build and run on iOS device
3. Try to drag the cube
4. Notice that the screen becomes black when dragging the cube(scene color should not change)
Reproduced: 2018.1.9f2, 2018.2.9f1, 2018.3.0b11, 2019.1.0a1
Reproduced: iPad mini 2, iPad mini 4
Not reproducible: iPhone 7 Plus
-
Resolution Note:
LWRP doesn't support CameraClearFlags.DepthOnly. This settings has been removed in 19.1. DepthOnly clear requires a readback from backbuffer or previous camera render target and come with hidden performance cost.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #1101372