# Occlusion Issues and Disappearing Objects

### Occlusion Issues

The most common cause of disappearing objects or performance issues is the overlapping of two or more files.\
To properly solve this issue, you need to remove any **duplicate files**. How do you do that?

### 1. First, go to the **"Original Objects"** folder and locate the file named **"vb\_occl\_01"**.

### 2. Copy its name and return to the **"resources"** folder.

<figure><img src="/files/6XSOAcymUXaYsXet42jT" alt=""><figcaption></figcaption></figure>

### 3. Use the **File Explorer search** function to search for that filename.

<figure><img src="/files/2oeUwqk9T0dkO1vy4OKU" alt=""><figcaption></figcaption></figure>

**Once you’ve found the files, check their locations and delete them.**\
\
⚠️ **WARNING:** When deleting ambient occlusion files, there is a chance that other MLOs may stop working properly.\
In that case, please contact us so we can adjust the file to meet your server’s requirements.

If this operation doesn’t solve the issue, it likely means there are **many more duplicated files**.\
It’s recommended to repeat this process for **all files** in the "Original Objects" folder — especially those with the **.ybn** and **.ymap** extensions.


---

# Agent Instructions: 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://octavista-development.gitbook.io/octavista-development/information/toturials/publish-your-docs.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.
