Search Issue Tracker
Fixed
Fixed in 2023.2.1f1, 2023.3.0a9
Votes
0
Found in
2023.2.0b10
2023.3.0a7
Issue ID
UUM-47145
Regression
No
Shaders "ProbeVolumeSamplingDebug" and "ProbeVolumeOffsetDebug" are incorrectly named on URP
Steps to reproduce:
# Open an empty URP project on the Editor
# In the Project view, go to Packages/Universal RP/Shaders/Debug
# Open either "ProbeVolumeSamplingDebug" or "ProbeVolumeOffsetDebug" in a text editor
# Observe the shader name and tags
Expected result: the shader name and tag specifies URP
Actual result: the shader name is "Hidden/HDRP/ProbeVolumeOffsetDebug" and the "RenderPipeline" tag is missing
Notes: the shaders are incorrectly named in the version they were introduced. Issue originally reproduced in 2023.3.0a1.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Resolution Note (fix version 2023.3.0a9):
The URP shaders ProbeVolumeOffsetDebug and ProbeVolumeSamplingDebug no longer refer to HDRP, and have tags that refer to URP.