This is a template scene for Decentraland SDK7.
-
Download the code: If you haven't already, download or clone this repository to your local machine.
-
Open in VS Code: Open the project's root folder in Visual Studio Code.
-
Open the Integrated Terminal: Open the built-in terminal in VS Code (you can use the
Ctrl+``shortcut or go toView>Terminal). -
Install dependencies: In the terminal, install the necessary packages by running:
npm install -
Run the scene: To preview the scene in the Decentraland Desktop client, follow these steps:
- Run
npm run startin your terminal. This browser window can be closed as its not needed. - Open the following URL in your browser, which will launch the desktop client:
decentraland://realm=http//127.0.0.1:8000&local-scene=true&debug=true
Note: The command
npm run start -- --explorer-alphais no longer supported for opening the desktop client directly.For the latest information on previewing scenes, please refer to the official documentation.
- Run
This scene includes the following assets:
models/loveSeat.glb: A 3D model of a love seat.images/scene-thumbnail.png: A thumbnail image for the scene.
This is a template project, feel free to modify it and add your own assets and logic.