> 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/release-notes/2025.x/world-creator-2025.3.md).

# World Creator 2025.3

<figure><img src="/files/261074dc6f9d5c9fa1723df8c3bdd941f5738b17" alt=""><figcaption></figcaption></figure>

### 새로운 기능 <a href="#new-features" id="new-features"></a>

* **Octane ORBX 내보내기**\
  \
  ORBX 형식으로 월드를 내보내면 모든 Octane 호환 애플리케이션 및 플러그인과 원활하게 통합할 수 있습니다 — 지형을 전문 렌더링 파이프라인으로 원본 그대로 가져올 수 있습니다.\ <br>
* **지형에 구멍 페인팅**\
  \
  World Creator에서 직접 동굴 입구를 생성할 수 있습니다 — 동굴, 터널 및 던전을 시각화하는 데 적합합니다. 동굴 마스크를 내보내어 모든 게임 엔진이나 3D 애플리케이션에서 입구를 정확하게 배치하고 렌더링할 수 있습니다.\ <br>
* **Godot 브리지 도구**\
  \
  Godot 엔진과 연결하기 위한 World Creator 브리지 도구를 개발 중입니다.\ <br>
* **릴리프 맵 내보내기**\
  \
  높이와 지형 대비를 강조하는 상세한 릴리프 맵을 내보내세요 — 높이 변화를 시각화하거나 스타일화된 지형 디자인을 만드는 데 적합합니다.\ <br>
* **경계 블렌드 필터 업데이트**<br>

  경계 블렌드 필터를 업데이트하여 원형과 직사각형 형태를 모두 블렌딩할 수 있게 되었습니다.<br>

### 수정 사항 <a href="#fixes" id="fixes"></a>

* 브리지 도구 사용 시 Unity에서 빌드 오류를 유발하던 문제를 수정했습니다.
* AMD GPU에서의 Splat Map 내보내기 문제를 수정하여 모든 하드웨어에서 올바르고 일관된 출력이 보장됩니다.
* 동기화 중 가끔 발생할 수 있던 충돌 문제를 수정하여 보다 안정적이고 신뢰할 수 있는 작업 흐름을 제공합니다.
* 내보낸 컬러 및 Splat 맵에서 가끔 검은색으로 페이드아웃되던 문제를 수정했습니다.
* 내보내기 시뮬레이션 참조 필드에서 바이옴 시뮬레이션 드래그 앤 드롭 작업을 방해하던 문제를 수정했습니다.


---

# 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/release-notes/2025.x/world-creator-2025.3.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.
