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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment