> 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/scene-editor/get-started/editor-installation.md).

# Creator Hub 설치

씬 편집기를 설치하는 방법입니다.

![크리에이터 허브](https://3980763956-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://3980763956-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://3980763956-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://3980763956-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://3980763956-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 skills를 설치하는 것을 권장합니다. 이는 AI 에이전트에게 Decentraland SDK를 사용하는 방법을 알려 주는 미리 만들어진 지시 세트로, 실수를 줄이고 첫 프롬프트부터 더 나은 결과를 얻을 수 있게 합니다. 모두 설치하려면 장면 프로젝트 폴더에서 다음 명령을 실행하세요:

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

참고 [바이브 코딩](/creator/content-creator-ko/sdk7/getting-started/vibe-coding.md) 특정 스킬 설치 및 사용 방법에 대한 자세한 내용은

## 문제 해결

문제가 발생하면 다음을 참조하세요: [문제 해결](/creator/content-creator-ko/sdk7/debugging/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-ko/scene-editor/get-started/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.
