From 0961601c7c051e9c58be9839c80d23e4fd9303d5 Mon Sep 17 00:00:00 2001 From: cocos Date: Wed, 4 Sep 2024 12:52:39 +0800 Subject: [PATCH] Fix custom-pipeline-post-process enable failures --- 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",