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
Comments (1)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.