From 93f859f822278b42e8b0f9e91d6e6a595a089849 Mon Sep 17 00:00:00 2001 From: Knox Date: Wed, 4 Sep 2024 14:26:42 +0800 Subject: [PATCH] Fix custom-pipeline-post-process enable failures (#17601) Co-authored-by: cocos --- editor/engine-features/render-config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/editor/engine-features/render-config.json b/editor/engine-features/render-config.json index 0f12efc36f1..cd974d1c154 100644 --- a/editor/engine-features/render-config.json +++ b/editor/engine-features/render-config.json @@ -275,6 +275,13 @@ "enginePlugin": false, "category": "animation" }, + "custom-pipeline-post-process": { + "default": false, + "label": "i18n:ENGINE.features.custom_pipeline_post_process.label", + "description": "i18n:ENGINE.features.custom_pipeline_post_process.description", + "enginePlugin": false, + "hidden": true + }, "render-pipeline": { "label": "i18n:ENGINE.features.render-pipeline.label", "description": "i18n:ENGINE.features.render-pipeline.description",