> For the complete documentation index, see [llms.txt](https://3504743864.gitbook.io/yu-lan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3504743864.gitbook.io/yu-lan/faq/identify-why-textures-are-not-shown.md).

# 为何自定义材质不显示

### 启用输出日志

![](/files/pwDZ2kQGwU3q88UGFU2m)

### 加入服务器并查看日志

![](/files/xUuGirTZ63qmYxV5mwKT)

### 找出损坏的文件

你可以非常容易的看出哪些文件加载失败以及失败的原因，在大多数情况下，这些错误都是显而易见的.\
\
从示例中的截图中你可以发现 出现问题的文件为 `gem_vending_machine` 和 `whitebathroom_sink`.\
\
该错误显示 json 文件已损坏，其文件中可能包含错误字符或已经损坏.


---

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

```
GET https://3504743864.gitbook.io/yu-lan/faq/identify-why-textures-are-not-shown.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.
