> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ko/reference/export/bridge-tools/godot.md).

# Godot 브리지

Godot용 World Creator Bridge를 사용하면 지형 제작물을 손쉽게 Godot로 가져와 게임 프로젝트에 활용할 수 있습니다.&#x20;

이 브리지는 World Creator의 오브젝트 레이어와 머티리얼 레이어를 자동으로 가져와 Godot에서 추가 편집/페인팅할 수 있게 하며, Terrain3D의 텍스처 요구 사항에 맞게 텍스처를 패킹합니다.&#x20;

{% hint style="info" %}
Terrain3D는 다른 레이어 블렌딩 알고리즘을 사용해 더 선명한 전환을 만들기 때문에, 부드러운 블렌드의 결과는 World Creator에서 보이는 것과 다를 수 있습니다.&#x20;
{% endhint %}

## **설치**

이 브리지는 [Terrain3D](https://tokisan.com/terrain3d/) 를 사용해 지형을 표시합니다. 반드시 설치하고 활성화되어 있는지 확인하세요. 그렇지 않으면 브리지가 작동하지 않습니다.

zip 안의 wc\_bridge 폴더를 프로젝트의 addons 하위 폴더에 넣고 프로젝트에서 활성화하세요.

## **매개변수**

* **XML 동기화**

  원하는 동기화 프로젝트의 .xml 파일을 찾으세요. WC 22 이상에서는 이 파일이 기본적으로 다음 위치에 있습니다: *\[사용자]*\Documents\World Creator\Sync\\

* **지형 에셋 이름**

  가져오기 시 생성되는 지형 오브젝트와 데이터 디렉터리의 이름을 지정합니다. 이전 지형을 덮어쓰지 않도록 동일한 프로젝트에 두 개의 지형을 가져오고 싶을 때 유용합니다.

* **버텍스 간격**

  지형 메시의 버텍스 간격을 제어합니다. 값이 높을수록 생성되는 버텍스 수가 적고, 낮을수록 해상도가 높아집니다.

* **높이 스케일**

  가져오기 시 지형의 높이를 스케일링합니다.

* **월드 스케일**

  지형의 스케일 계수를 지정합니다.

## **워크플로 예시**

이 예시에서는 지형을 Godot로 옮겨보겠습니다. World Creator에 포함된 Desert 001 샘플 파일을 사용할 것입니다. 이 단계는 다른 어떤 World Creator 프로젝트에도 적용할 수 있습니다.

### **World Creator에서 동기화**

메인 패널 상단의 애플리케이션 바에 있는 동기화 버튼을 클릭하면 World Creator에서 필요한 모든 데이터가 자동으로 내보내집니다.

<figure><img src="/files/7d5bdd18c5023b54656e99a1b25e032da1a3ee7c" alt=""><figcaption><p><em>동기화 전의 World Creator 씬</em></p></figcaption></figure>

### **Godot로 동기화**

하단 바에서 Bridge 탭을 엽니다. 일단 **지형 동기화** 버튼을 누르면 지형이 씬에 로드됩니다.

<figure><img src="/files/be3985cc60d04a8ca324a93a00fa7783d0550566" alt=""><figcaption><p><em>Godot에서 동기화된 지형</em></p></figcaption></figure>


---

# 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.world-creator.com/ko/reference/export/bridge-tools/godot.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.
