Search Issue Tracker
Fixed in 8.3.1
Votes
0
Found in [Package]
8.2.0
Issue ID
1277937
Regression
No
Typo in HDRP TextureCache2D.cs line 80
Reproduction steps:
1. Open any project that has the HDRP package installed
2. In the search field of the Project window type TextureCache2D and select 'All'
3. Open the 'TextureCache2D.cs' script and observe the line 80
Expected result: RenderTextureDescriptor(width, height, format, 0)
Actual result: RenderTextureDescriptor(width, width, format, 0)
Reproducible with: HDRP 7.5.1 (2019.4.10f1), 8.2.0 (2020.1.6f1, 2020.2.0b2)
Cannot test with: HDRP 4.10.0-preview (there is no such piece of code)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment