From 1b881ccf805ef4b4c5d6a802abb990345d0a464b Mon Sep 17 00:00:00 2001 From: Jonas Mortensen Date: Mon, 8 Nov 2021 13:02:30 +0100 Subject: [PATCH] Added splice for graph includes This is necasary for custom functions and some other nodes --- .../Editor/Decal/DecalPass.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.unity.render-pipelines.universal/Editor/Decal/DecalPass.template b/com.unity.render-pipelines.universal/Editor/Decal/DecalPass.template index aa35678860b..1a019c30d84 100644 --- a/com.unity.render-pipelines.universal/Editor/Decal/DecalPass.template +++ b/com.unity.render-pipelines.universal/Editor/Decal/DecalPass.template @@ -81,6 +81,9 @@ Pass // Graph Properties $splice(GraphProperties) + // Graph Includes + $splice(GraphIncludes) + // Graph Functions $splice(GraphFunctions)