Search Issue Tracker
Active
Under Consideration for 2022.3.X, 6000.0.X, 6000.1.X, 6000.2.X
Votes
0
Found in
2022.3.61f1
6000.0.46f1
6000.1.0b14
6000.2.0a8
Issue ID
UUM-102905
Regression
No
m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open Package Manager (Window > Package Manager)
3. Remove High Definition RP package
4. Close Editor
5. In File Explorer, open the “ProjectSettings“ folder
6. Open the GraphicsSettings.asset in IDE
7. Observe the line with “m_RenderPipelineGlobalSettingsMap” or “m_SRPDefaultSettings“
Expected result: “m_RenderPipelineGlobalSettingsMap” is pointing to Built-In Render Pipeline or is not present
Actual result: “m_RenderPipelineGlobalSettingsMap” is pointing to “UnityEngine.Rendering.HighDefinition.HDRenderPipeline”
Reproducible with: 2022.3.61f1, 6000.0.46f1, 6000.1.0b14, 6000.2.0a8
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- Does not reproduce without closing Editor
- If the remove Button is greyed out in Package Manager, remove in Manifest.json file
- With 2022.3.61f1, look for “m_SRPDefaultSettings“ instead of “m_RenderPipelineGlobalSettingsMap“ in GraphicsSettings.asset
- The workaround is to reset Project Settings
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Freeze/Crash with multiple StackTraces when opening a specific project
- CaptureScreenshotAsTexture fails when VR headset is connected and is inactive during Play Mode
- "NullReferenceException" thrown and scene corrupted when build is canceled with changes in the scene
- [Android] The calculation results differ on some devices when the code uses half-precision variables and/or has an if statement with branching
- "Maximum Shadows on Screen" can be set to a negative number
Add comment