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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Add comment