> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-bian-ji-qi/kai-shi-shi-yong/editor-installation.md).

# Creator Hub 安装

如何安装场景编辑器。

![创作者中心](https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-4bb587d1b095c40805b28f7194d42697474dea03%2Ficon-creator-hub.png?alt=media)

下载 Creator Hub [这里](https://decentraland.org/download/creator-hub).

## 更新 Creator Hub

Creator Hub 应用程序每次打开时都会检查更新，如果有新版本可用，会自动更新。

你也可以通过点击 **检查更新** 按钮，在 **设置** 菜单中。为此，

1. 打开屏幕右上角的齿轮图标 <img src="https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-042e162fbe3136060cddb3d4934bfd3c8b69edec%2Fsettings-icon.png?alt=media" alt="Settings" data-size="line">
2. 点击 **检查更新**

## 编辑代码

如果你还计划在场景中阅读和编辑代码，你还需要安装以下任意一种：

* <img src="https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-72733d889cecbb74400d2c9292b43a212b253969%2Fvscode.png?alt=media" alt="VS Code" data-size="line"> [Visual Studio Code](https://code.visualstudio.com/)：这是推荐给有经验开发者的选项。
* <img src="https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-2c1650edc9dbc881f65cd788d7c8ccfa2c27575c%2Fcursor-icon.png?alt=media" alt="Cursor" data-size="line"> [Cursor AI](https://www.cursor.com/)：这是一个与 AI 集成的强大代码编辑器。它允许你选择不同的 AI 模型来帮助你编写代码；提供免费层，更高级的模型需要付费计划。对于刚接触 Decentraland 或 TypeScript 的开发者，或者如果你想节省编写代码的时间，这是一个不错的选择。

你可能需要在 Creator Hub 的设置中选择你的代码编辑器。为此，

1. 打开屏幕右上角的齿轮图标 <img src="https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-042e162fbe3136060cddb3d4934bfd3c8b69edec%2Fsettings-icon.png?alt=media" alt="Settings" data-size="line">
2. 在 **首选代码编辑器**，选择你的代码编辑器。你可能会在下拉菜单中找到你的编辑器，或者你可能需要选择 **从你的设备中选择...** 来找到它。

### AI 技能

如果你计划使用 AI 代理来帮助你编写代码，我们建议安装 Decentraland SDK 技能。这些是预先制作好的指令集，可教会你的 AI 代理如何使用 Decentraland SDK，从而减少错误，并从第一次提示开始就给出更好的结果。要安装全部技能，请在你的场景项目文件夹中运行以下命令：

```bash
npx skills add decentraland/sdk-skills --all
```

参见 [氛围编程](/creator/content-creator-zh/chang-jing-sdk7/ru-men/vibe-coding.md) 有关安装特定技能以及如何使用它们的更多详情。

## 故障排除

如果你遇到问题，请参阅 [故障排除](/creator/content-creator-zh/chang-jing-sdk7/tiao-shi/troubleshooting.md) 部分。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/creator/content-creator-zh/chang-jing-bian-ji-qi/kai-shi-shi-yong/editor-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
