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
- Bad performance when executing the Physics.IgnoreCollisions() method while in Play Mode
- Sprite Editor has a thicker separator between buttons when "Sprite Editor" option is selected
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when UpdateVolumeStack function is called
- [Windows] Unicode custom text input window shows question marks when inserting an emoji
- Memory leak when the VFX Graph Editor is open
Resolution Note:
Caused by user error.