From 36f570ed9e5371e4665d2298883bcbad51d998ff Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Mar 2026 11:26:56 +0000 Subject: [PATCH] fix: correct multi-scene worlds deploy command --- creator/sdk7/publishing/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator/sdk7/publishing/publishing.md b/creator/sdk7/publishing/publishing.md index 043ca31..3b8bf6d 100644 --- a/creator/sdk7/publishing/publishing.md +++ b/creator/sdk7/publishing/publishing.md @@ -108,7 +108,7 @@ By default, when deploying to a world via the CLI your scene will be treated as To deploy as a multi-scene world, add the paramter `--multi-scene` to the deploy command: -`npm run deploy -multi-scene --target-content https://worlds-content-server.decentraland.org` +`npm run deploy -- --multi-scene --target-content https://worlds-content-server.decentraland.org` When using this paramter, if the scene you're publishing has different coordinates from existing scenes in that world, these scenes will all exist together.