diff --git a/com.unity.render-pipelines.core/Editor/Unity.RenderPipelines.Core.Editor.asmdef b/com.unity.render-pipelines.core/Editor/Unity.RenderPipelines.Core.Editor.asmdef index f4e5aa37f44..214284e6275 100644 --- a/com.unity.render-pipelines.core/Editor/Unity.RenderPipelines.Core.Editor.asmdef +++ b/com.unity.render-pipelines.core/Editor/Unity.RenderPipelines.Core.Editor.asmdef @@ -12,5 +12,11 @@ "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [], - "versionDefines": [] -} \ No newline at end of file + "versionDefines": [ + { + "name": "com.unity.rendering.hybrid", + "expression": "0.14.0-preview.0", + "define": "ENABLE_HYBRID_RENDERER_V2" + } + ] +} 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 f8d3163e3bb..3665f6ca4e2 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 @@ -31,6 +31,11 @@ "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" + }, { "name": "com.unity.modules.nvidia", "expression": "1.0.0", 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 d8fdb3a0ef0..27421582cc4 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 @@ -31,6 +31,11 @@ "expression": "1.0.0", "define": "ENABLE_XR_MANAGEMENT" }, + { + "name": "com.unity.rendering.hybrid", + "expression": "0.14.0-preview.0", + "define": "ENABLE_HYBRID_RENDERER_V2" + }, { "name": "com.unity.modules.nvidia", "expression": "1.0.0", diff --git a/com.unity.render-pipelines.high-definition/Runtime/Unity.RenderPipelines.HighDefinition.Runtime.asmdef b/com.unity.render-pipelines.high-definition/Runtime/Unity.RenderPipelines.HighDefinition.Runtime.asmdef index a935c06773b..04d4fa7a07e 100644 --- a/com.unity.render-pipelines.high-definition/Runtime/Unity.RenderPipelines.HighDefinition.Runtime.asmdef +++ b/com.unity.render-pipelines.high-definition/Runtime/Unity.RenderPipelines.HighDefinition.Runtime.asmdef @@ -50,6 +50,11 @@ "name": "com.unity.burst", "expression": "1.5.0", "define": "ENABLE_BURST_1_5_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.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef b/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef index 8a86be134dc..3be78d78a92 100644 --- a/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef +++ b/com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef @@ -26,6 +26,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