# NPC 캐릭터 생성

Morphic에서 NPC 캐릭터를 생성하는 빠른 튜토리얼입니다:

{% embed url="<https://youtu.be/Ekzfvg2a_Co>" %}

1. 일단 [스타일 모델이 학습되면](/docs/kr/game-design/train-a-style-model.md), Morphic에서 새 파일을 열어&#x20;
2. 프롬프트 바에 생성하고 싶은 캐릭터의 유형을 설명하세요
3. 프롬프트 바의 스타일 모델 드롭다운에서 학습한 모델을 선택하여 게임의 시각적 스타일과 맞추세요
4. “Generate”를 클릭하여 에셋을 만드세요
5. 게임에서 사용하고 싶은 생성된 캐릭터를 선택하세요
6. 세그멘테이션 또는 레이어 기능을 사용하여 캐릭터를 배경에서 분리하세요
7. 포함 포인트를 사용하여 추출하려는 주요 캐릭터와 그 요소를 표시하세요
8. 배경 주변에 제외 포인트를 추가하여 해당 캐릭터를 장면에서 분리하고 깔끔하게 구분하는 데 도움을 주세요
9. “Segment” 버튼을 클릭하여 선택한 캐릭터를 배경에서 분리하세요
10. 분리된 캐릭터를 자유롭게 이동하거나 필요에 따라 다른 프레임에 배치하세요
11. 원하는 형식으로 캐릭터를 내보내세요(현재 PNG, JPEG 또는 WebP를 지원합니다)

이렇게 NPC 캐릭터를 생성하고, 배경에서 깔끔하게 분리한 뒤, 프로젝트에서 사용할 수 있도록 내보낼 수 있습니다.

***


---

# Agent Instructions: 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:

```
GET https://morphic.com/docs/kr/game-design/generating-npc-characters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
