> 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-ko/tutorials-and-examples/video.md).

# SDK 및 에디터 영상

Decentraland SDK 및 Scene Editor 비디오 튜토리얼

Decentraland의 SDK와 Scene Editor를 다루는 종합 비디오 튜토리얼입니다. 이 영상들은 장면을 만들고, 상호작용을 추가하고, 콘텐츠를 배포하는 과정을 안내합니다.

## 전체 재생목록 보기

{% embed url="<https://www.youtube.com/playlist?list=PLAcRraQmr_GP_K8WN7csnKnImK4R2TgMA>" %}
SDK 및 편집기 비디오 튜토리얼 재생목록
{% endembed %}

## 다루는 주제

이 영상 시리즈에는 다음 주제의 튜토리얼이 포함되어 있습니다:

* **시작하기** - 개발 환경 설정
* **Scene Editor 기초** - Scene Editor 인터페이스 사용하기
* **SDK 개발** - 코드를 사용해 장면 만들기
* **3D 필수 요소** - 3D 모델과 애니메이션 다루기
* **상호작용** - 버튼 이벤트와 트리거 추가하기
* **게시** - 장면을 Decentraland에 배포하기

## 추가 자료

* [SDK 빠른 시작](/creator/content-creator-ko/sdk7/getting-started/sdk-101.md)
* [씬 편집기 필수 사항](/creator/content-creator-ko/scene-editor/get-started/scene-editor-essentials.md)
* [코드 예제](/creator/content-creator-ko/tutorials-and-examples/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-ko/tutorials-and-examples/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.
