Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion creator/sdk7/publishing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down