Search Issue Tracker
By Design
Votes
1
Found in
2019.4
2020.2
2020.2.1f1
2021.1
2021.2
Issue ID
1311336
Regression
No
[HDRP] Editor freezes when Graphics.SetRandomWriteTarget is called in Play Mode
How to reproduce:
1. Open the user's attached "Dynamic Damage Test.zip" project
2. Open the "New Scene" Scene
3. Enter Play Mode
Expected result: Editor doesn't freeze
Actual result: Editor freezes
Reproducible with: 2019.4.21f1 (7.5.3), 2020.2.6f1 (10.3.1), 2021.1.0b8 (11.0.0), 2021.2.0a6 (12.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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
Documentation states that "The targets stay set until you manually clear them with ClearRandomWriteTargets". If you fail to call clear, the subsequent Unity rendering passes will user your overloaded write targets. This might cause a GPU crash on some platforms as the data is not what the shader expects. We will improve the documentation by making it more clear that ClearRandomWriteTargets is very important to call.