Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
6.8, 6.7.1, 6.5.3
Issue ID
1163713
Regression
No
[HDRP] Render Pipeline reference is lost when older package scene is opened
Steps to reproduce:
1. Open attached project
2. Make sure that HDRP Render Pipeline asset is added to Project Settings->Graphics
2. Add 04_Decals scene to the project
3. Open 04_Decals scene
4. Observe that Scriptable Render Pipeline asset reference is lost and assertion errors are thrown:
AssertionException: Assertion failure. Value was Null
Expected: Value was not Null
UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) (at C:/buildslave/unity/build/Runtime/Export/Assertions/Assert/AssertBase.cs:29)
UnityEngine.Assertions.Assert.IsNotNull (UnityEngine.Object value, System.String message) (at C:/buildslave/unity/build/Runtime/Export/Assertions/Assert/AssertNull.cs:58)
...
Expected result: scene with decals in older HDRP package should not cause hdrp errors breaking the pipeline
Reproduced in: 2020.1.0a7, 2019.3.0a6, 2019.2.0b5
Packages reproduced in: 7.1.2, 6.8, 6.7.1, 6.5.3
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Fragsteel
Nov 20, 2019 20:50
I got this error from source control - I added a new HDRP Render Pipeline asset in one branch, then switched branches and all my materials turned pink. It was because I gitignore'd whatever file holds the reference to the pipeline asset.
That's my fault, not a bug, but putting that here in case others stumble here like I did.