> For the complete documentation index, see [llms.txt](https://doc.playturbo.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.playturbo.cn/ke-wan-gong-ju-huan-fu-bian-ji-qi/huan-fu-bian-ji-qi-faq/su-cai-xiao-guo-wen-ti.md).

# 素材效果问题

#### Q1：如使用模板【经典钢琴键】，想在"失败页音效道具icon"坑位替换三张不同的封面图，但好像换不了？三个封面都是一样的

**A：**&#x53EF;点击项目右上方的"<mark style="color:red;">复制至自由编辑</mark>"，进入自由编辑调整。进入场景3即可分别替换不同封面图<mark style="color:orange;">（Tips: 在使用模板</mark><mark style="color:orange;">**换肤编辑**</mark><mark style="color:orange;">时，如遇到调整受局限的问题，可尝试转</mark><mark style="color:orange;">**自由编辑**</mark><mark style="color:orange;">进行调整，能解决大部分问题哦！）</mark>

<div align="left"><figure><img src="/files/yMcyuVcagJkcFXYZJzqo" alt=""><figcaption></figcaption></figure></div>

#### **Q2：**&#x5982;使用模板【散落物品三消】，想隐藏其中2个元素，让画布中只显示3种，但在实际试玩时，点击空白区域依旧会触发消除效果

**A：**&#x9700;了解，在模板项目中调整图层的"显示"或"隐藏"，控制的其实只是视觉上的，和模板的玩法逻辑并不挂钩。因此出现这类问题 就是因为在试玩过程中，点到了被隐藏的图层。

建议您通过调节模板中的一系列玩法参数来调整素材玩法；若要隐藏部分图层，尽量隐藏和交互操作无关的

#### **Q3：**&#x5982;使用模板【画线救它】，替换了主角色(保护对象)序列帧后，预览发现主角色会歪斜？

**A：**&#x8FD9;有可能和替换的“场景地形”资源有关，因地形图片的实际有效像素会决定地形刚体，替换了地形图片，地形刚体就会随之变化。若场景地形中间的位置过窄，就可能导致中间的刚体被挤出从而歪斜。

建议：使用平整的“场景地形”图片，或将地形中间的位置预留宽一些。

#### **Q4：**&#x5728;换肤编辑里已经隐藏的图片(关掉了眼睛图标)，复制到自由编辑器后 还是会显示出来？

**A：**&#x8FD9;是平台本身的逻辑设置。建议您在自由编辑器内找到相应图层，重新隐藏。（若部分图层找不到，可能是位于“玩法模板”内，具体可查阅[FAQ](/ke-wan-gong-ju-zi-you-bian-ji-qi/zi-you-bian-ji-qi-faq/zi-chan-wen-ti.md#q1-zai-shi-yong-mou-mu-ban-jin-xing-zi-you-zhi-zuo-shi-xiang-tiao-zheng-mou-ge-tu-ceng-de-dong-hua-k-8)）


---

# 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://doc.playturbo.cn/ke-wan-gong-ju-huan-fu-bian-ji-qi/huan-fu-bian-ji-qi-faq/su-cai-xiao-guo-wen-ti.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.
