Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.0.0-preview.26
Issue ID
1269550
Regression
No
[URP] Inspector window and Game view become black when using Graphics.Blit in RenderPipelineManager callbacks
How to reproduce:
1. Open the user's attached "Difference Analyzer.zip" project
2. Go to Window -> Layouts -> Default
3. Enter Play Mode
4. Observe the Game view
5. Select the "Background" GameObject in the Hierarchy window
6. Observe the Inspector window
7. Press on the Scene Tab
8. Observe the Console log
Expected result: Textures are visible in the Game view and the Inspector window shows the Components normally (step 4, 6). When pressing on the Scene Tab no errors are thrown and the whole Scene is visible (step 8)
Actual result: The Game view and the Inspector window are black (step 4, 6). When pressing on the Scene Tab it also appears to be black and multiple errors are getting spammed in the Console log (step 8)
Reproducible with: 7.4.3 (2019.4.10f1), 9.0.0-preview.55 (2020.1.5f1), 10.0.0-preview.26 (2020.2.0b2)
Could not test with: 4.0.0-preview (2018.4.27f1) - RenderPipelineManager is not available
Notes:
- The issue is also reproducible with "Screen Space - Overlay" and "World Space" Render Modes
- If both the Scene view and Game view are visible, no errors will get spammed in the Console log
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
Caused by user error.