> 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-zh/wei-yi-dong-duan-gou-jian/yi-dong-ke-hu-duan/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 音频对等审计（音量曲线和空间衰减 vs 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-zh/chang-jing-sdk7/tiao-shi/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-zh/wei-yi-dong-duan-gou-jian/yi-dong-ke-hu-duan/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.
