Search Issue Tracker
Fixed in 7.2.0
Votes
0
Found in [Package]
7.1.8
Issue ID
1215100
Regression
No
[HDRP] Render pipeline assets in the project are not listed under Project Settings > Quality > HDRP
All render pipeline assets in project view are not listed under Project Settings > Quality > HDRP. Only the current scriptable render pipeline asset selected under Graphics shows up under Quality > HDRP. Refer the attached screenshot
Steps to reproduce:
1) Create a new project with HDRP template
2) Window > Package Manager > High Definition RP
3) Import Particle System shader sample project
4) Edit > Project Settings > Quality > HDRP
Actual Result: Only the default HDRenderPipelineAsset is listed under Quality > HDRP.
Expected result: Both the Render Pipeline assets in the project, HDRenderPipelineAsset and ParticleSystemRenderPipelineAsset should be listed under Quality > HDRP menu.
Occurring on: 2020.1.0a21, 2019.3.0f6, 2019.3.0b1
Note: The Quality > HDRP menu in Project settings was introduced in 2019.3.0b1
Environment: Both Windows and Mac
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 7.2.0):
This works as expected, only render pipeline assigned to Graphics settings or in any Quality Level settings will be listed.
The UI was updated to make it easier to understand.
Fixed in https://github.com/Unity-Technologies/ScriptableRenderPipeline/tree/7.2.0/bugfix-hdrp (26c43ac351f61b8d477bd4e9d71089e5c6d21c62)