Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.3.0
Issue ID
1101372
Regression
No
[LWRP]Second camera with 'don't clear' mode breaks if it's viewport is changed during playmode
Steps to reproduce:
1. Download and open the attached project
2. Enter Playmode
3. Change any Viewport Rec variable for object "Camera"
Expected result: that camera's viewport gets changed, but otherwise rendering continues
Actual result: camera's rendering background space is filled with black color
Reproduced on 2018.2.17f1, 2018.3.0b11, 2019.1.0a10 with LWRP, 3.3.0, 4.2.0, 5.0.0
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
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
Resolution Note:
LWRP doesn't support CameraClearFlags.DepthOnly or CameraClearFlags.DontClear. These settings have been removed in 19.1. These options require a readback from backbuffer or previous camera render target and that comes with hidden performance cost, especially in mobile.