Search Issue Tracker
Not Reproducible
Votes
43
Found in
2021.3.36f1
Issue ID
UUM-23063
Regression
No
Canvas is drawn twice to the same render target when rendering into camera with render texture output
How to reproduce:
1. Download the attached project
2. Open the "SampleScene" scene
3. Enter "Play" mode
Expected outcome: Canvas is not drawn twice
Actual outcome: Canvas is drawn twice
Reproducible with: 2020.3.44f1, 2021.3.17f1, 2022.1.24f1, 2022.2.3f1, 2023.1.0a26
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
Unable to reproduce this bug on 2022.3 or 2021.3. I used the Frame Debugger within Unity and did not see the canvas drawing twice to the render texture. I also used NVidia Nsight to confirm and again was unable to see a second draw call on the same render texture.