diff --git a/com.unity.render-pipelines.core/Runtime/Unity.RenderPipelines.Core.Runtime.asmdef b/com.unity.render-pipelines.core/Runtime/Unity.RenderPipelines.Core.Runtime.asmdef index ed758036675..a0a37e5f818 100644 --- a/com.unity.render-pipelines.core/Runtime/Unity.RenderPipelines.Core.Runtime.asmdef +++ b/com.unity.render-pipelines.core/Runtime/Unity.RenderPipelines.Core.Runtime.asmdef @@ -30,6 +30,11 @@ "name": "com.unity.rendering.hybrid", "expression": "0.6.0-preview.0", "define": "HYBRID_0_6_0_OR_NEWER" + }, + { + "name": "com.unity.rendering.hybrid", + "expression": "0.14.0-preview.0", + "define": "ENABLE_HYBRID_RENDERER_V2" } ], "noEngineReferences": false diff --git a/com.unity.render-pipelines.high-definition/Editor/Unity.RenderPipelines.HighDefinition.Editor.asmdef b/com.unity.render-pipelines.high-definition/Editor/Unity.RenderPipelines.HighDefinition.Editor.asmdef index a2955e88f11..653a0dde380 100644 --- a/com.unity.render-pipelines.high-definition/Editor/Unity.RenderPipelines.HighDefinition.Editor.asmdef +++ b/com.unity.render-pipelines.high-definition/Editor/Unity.RenderPipelines.HighDefinition.Editor.asmdef @@ -30,6 +30,11 @@ "name": "com.unity.xr.management", "expression": "1.0.0", "define": "ENABLE_XR_MANAGEMENT" + }, + { + "name": "com.unity.rendering.hybrid", + "expression": "0.14.0-preview.0", + "define": "ENABLE_HYBRID_RENDERER_V2" } ] } diff --git a/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef b/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef index 16d379ba5ad..d882a139432 100644 --- a/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef +++ b/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef @@ -25,6 +25,11 @@ "name": "com.unity.visualeffectgraph", "expression": "10.0.0-preview.15", "define": "VFX_GRAPH_10_0_0_OR_NEWER" + }, + { + "name": "com.unity.rendering.hybrid", + "expression": "0.14.0-preview.0", + "define": "ENABLE_HYBRID_RENDERER_V2" } ], "noEngineReferences": false