From 9921a335939ad6b27712362903079570247517bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AA=9B=E5=AA=9B?= Date: Wed, 17 Jul 2024 10:27:28 +0800 Subject: [PATCH] hide pipeline module in editor (#17375) --- editor/engine-features/render-config.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/editor/engine-features/render-config.json b/editor/engine-features/render-config.json index e1fc4cb4a26..3d72c06773c 100644 --- a/editor/engine-features/render-config.json +++ b/editor/engine-features/render-config.json @@ -279,14 +279,10 @@ }, "custom-pipeline": { "default": true, - "label": "i18n:ENGINE.features.custom_pipeline.label", - "description": "i18n:ENGINE.features.custom_pipeline.description", "enginePlugin": false }, "legacy-pipeline": { - "default": true, - "label": "i18n:ENGINE.features.legacy_pipeline.label", - "description": "i18n:ENGINE.features.legacy_pipeline.description", + "default": false, "enginePlugin": false } },