> 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/build-for-mobile/mobile-client/missing-features.md).

# 누락된 기능

Decentraland 데스크톱 클라이언트에서는 사용할 수 있지만 아직 모바일 앱에서는 지원되지 않는 기능과 알려진 플랫폼 간 불일치입니다.

{% hint style="info" %}
이 페이지는 Decentraland 데스크톱(Unity) 클라이언트와 모바일 앱 간의 기능 격차를 추적합니다. 이 정보는 다음에서 가져왔습니다. [godot-explorer 기능 동등성 추적기](https://github.com/decentraland/godot-explorer/issues/2402) 이며 정기적으로 업데이트됩니다. ETA는 예상치이며 변경될 수 있습니다.

최종 검토일: **2026년 8월**.
{% endhint %}

## 모바일에서 누락된 SDK 기능

* [씬 동적 조명(`LightSource`)](https://github.com/decentraland/godot-explorer/issues/616) — 다음에 구현됨 [PR #2633](https://github.com/decentraland/godot-explorer/pull/2633), 다음에서 출시됨 **v1.13.0(2026년 9월)**
* [아바타 마스크(상체 전용 이모트)](https://github.com/decentraland/godot-explorer/issues/2621) — 다음에 구현됨 [PR #2690](https://github.com/decentraland/godot-explorer/pull/2690), 다음에서 출시됨 **v1.13.0(2026년 9월)**
* [SDK7 UiBackground: 늘리지 않는 나인슬라이스 타일](https://github.com/decentraland/godot-explorer/issues/2060) — ETA 없음
* [SDK 오디오 동등성 감사(볼륨 곡선 및 Unity와의 공간 감쇠 비교)](https://github.com/decentraland/godot-explorer/issues/861) — ETA 없음
* [AudioEvent 컴포넌트(`PBAudioEvent`)](https://github.com/decentraland/godot-explorer/issues/2673) — ETA 없음
* [오디오 분석 컴포넌트](https://github.com/decentraland/godot-explorer/issues/1184) — ETA 없음
* 스마트 아이템 — 모바일에서 공식 지원되지 않음

## 모바일에 없는 데스크톱 클라이언트 기능

* [근접 음성 채팅](https://github.com/decentraland/godot-explorer/issues/888) — ETA 없음
* [월드 내 가리키기](https://github.com/decentraland/godot-explorer/issues/1736) — ETA 없음
* [이름표 색상 변경](https://github.com/decentraland/godot-explorer/issues/1684) — ETA 없음
* [커뮤니티](https://github.com/decentraland/godot-explorer/issues/656) — ETA 없음
* [사진 갤러리](https://github.com/decentraland/godot-explorer/issues/680) — ETA 없음
* [커뮤니티 스트림](https://github.com/decentraland/godot-explorer/issues/676) — ETA 없음
* [프로필 배지](https://github.com/decentraland/godot-explorer/issues/678) — ETA 없음
* [일일 퀘스트](https://github.com/decentraland/godot-explorer/issues/682) — ETA 없음
* 마켓플레이스 크레딧 — ETA 없음
* [채팅 반응](https://github.com/decentraland/godot-explorer/issues/1824) — ETA 없음
* [채팅 자동 번역](https://github.com/decentraland/godot-explorer/issues/2260) — ETA 없음
* [채팅: 다이렉트 메시지](https://github.com/decentraland/godot-explorer/issues/1120) — ETA 없음
* [모바일에서의 DCL Cast 지원](https://github.com/decentraland/godot-explorer/issues/1881) — ETA 없음
* [YouTube / Google Drive 동영상 URL은 지원되지 않음](https://github.com/decentraland/godot-explorer/issues/2081) — 스토어 규정 준수를 위해 모바일에서 제한됨
* [백팩의 의상 슬롯](https://github.com/decentraland/godot-explorer/issues/1625) — ETA 없음

## 플랫폼 간 불일치

* [Unity와 비교한 콜라이더 형태 일관성 검토](https://github.com/decentraland/godot-explorer/issues/905) — 2026년 9월
* [아바타 치아가 흰색 대신 어둡게/회색으로 렌더링됨](https://github.com/decentraland/godot-explorer/issues/1994) — ETA 없음

## 입력/플랫폼 제약

* **터치 전용 입력** — 마우스 호버 상태, 키보드 단축키, 우클릭 없음.
* **제스처 지원 없음** — 현재 계획 없음.

## 누락된 기능 신고

여기에 나열되지 않은 제한 사항을 발견했다면, [신고해 주세요](/creator/content-creator-ko/sdk7/debugging/report-bug.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/build-for-mobile/mobile-client/missing-features.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.
