> 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/jiao-cheng-yu-shi-li/video.md).

# SDK 与编辑器视频

Decentraland SDK 和 Scene Editor 的视频教程

全面的视频教程，涵盖 Decentraland 的 SDK 和场景编辑器。这些视频将指导你创建场景、添加交互功能以及部署内容。

## 观看完整播放列表

{% embed url="<https://www.youtube.com/playlist?list=PLAcRraQmr_GP_K8WN7csnKnImK4R2TgMA>" %}
SDK 与编辑器视频教程播放列表
{% endembed %}

## 涵盖主题

该视频系列包含以下教程：

* **开始使用** - 设置你的开发环境
* **场景编辑器基础** - 使用场景编辑器界面
* **SDK 开发** - 使用代码构建场景
* **3D 基础** - 使用 3D 模型和动画
* **交互性** - 添加按钮事件和触发器
* **发布** - 将你的场景部署到 Decentraland

## 其他资源

* [SDK 快速入门](/creator/content-creator-zh/chang-jing-sdk7/ru-men/sdk-101.md)
* [场景编辑器基本要点](/creator/content-creator-zh/chang-jing-bian-ji-qi/kai-shi-shi-yong/scene-editor-essentials.md)
* [代码示例](/creator/content-creator-zh/jiao-cheng-yu-shi-li/examples.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/jiao-cheng-yu-shi-li/video.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.
