Shader Graph Error :The current render pipeline is not compatible with this master node
Environment of the problem:
Unity 2019.2.15f1
HDRP 6.9.2
The error report and screenshot are as above. It is said that the current rendering pipeline is not compatible with this master node
Solution:
1: Create a new folder in assets explorer. For example, in the figure above, I created a new folder_ A new folder named hdrp is created under shaders folder
2: Select the newly created folder and right-click to create the hdrp pipeline resource
Right click --> Create --> Rendering --> High Definition Render Pipeline Asset
You can get the hdrp rendering pipeline resource hdrenderpipelineasset
3: Put the rendering pipeline resources into the scriptable render pipeline settings of project management
Edit --> Project Settings --> Graphics --> 拖动 HDRenderPipelineAsset --> Scriptable Render Pipeline Settings
In this way, the problem is solved
The error message disappears and the problem is solved successfully