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

Package: Scriptable Render Pipeline HD

-

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)

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.