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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Add comment