For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creator Hub Installation

How to install the scene editor.

Creator Hub

Download the Creator Hub HERE.

Updating the Creator Hub

The Creator Hub application checks for updates every time you open it, and self-updates if there's a new version available.

You can also check for updates manually by clicking on the Check for updates button in the Settings menu. For this,

  1. Open the wheel icon in the top-right of the screen Settings

  2. Click Check for updates

Editing code

If you also plan on reading and editing code in your scene, you'll also need to install either:

  • VS Code Visual Studio Code: This is the recommended option for experienced developers.

  • Cursor Cursor AI: This is a powerful code editor that is integrated with AI. It lets you pick different AI models to help you write code; a free tier is available, and more advanced models require a paid plan. This is a good option for developers who are new to Decentraland or TypeScript, or if you want to save time writing code.

You may need to select your Code Editor in the settings of the Creator Hub. To do this,

  1. Open the wheel icon in the top-right of the screen Settings

  2. Under Code editor of choice, select your Code Editor. You may find your editor listed in the dropdown, or you may need to select Choose from your device... to find it.

AI skills

If you plan to use an AI agent to help you write code, we recommend installing the Decentraland SDK skills. These are ready-made instruction sets that teach your AI agent how to work with the Decentraland SDK, so it makes fewer mistakes and gives better results from the very first prompt. To install all of them, run the following command in your scene project's folder:

See Vibe coding for more details on installing specific skills and how to use them.

Troubleshooting

If you run into issues, see the troubleshooting section.

Last updated