# After LiveSync(real-time plugin) syncing, how to deal with material picking up abnormalities in D5?

### Why when using SU and other LiveSyncs, partial models experience abnormal material picking up?

{% hint style="info" %}
**This problem has been fixed in 2.8 version of D5 Render** (i.e. no need to do the followings can still pick up materials normally).

* If you still have the problem of can't pick up materials when using live sync plugins, but it's fine if disconnecting the connection , please check with the official technical supports.
  {% endhint %}

Why is it that when using SU and other live workflow plugins, some of the models are abnormally sucked up after being synced to D5, but it is normal to absorb materials when D5 directly reads the .skp models or when using non-live version of plugins to link/convert live models to non-live?

A known issue in current version 2.5/2.6: If an individual model is scaled to be extremely small, but the boundingbox is very large, it will cause the abnormality of absorbing textures in D5 in real time.

Suggestions:

* Use version 2.6.1, add and save corresponding fields in D5Config-config.ini;
* Re-synchronize the model using the real-time plugin. The model with the abnormal boundingbox size will be displayed in D5;
* Delete the model with the abnormal boundingbox size in the modelling software and sync the model modification to D5, then it can be absorbed normally.

We will fix the issue in subsequent releases.

> * Path of config.ini file: Search for %appdata% in the Windows taskbar and enter to display the D5Config folder, and find the config.ini file under the folder with the most recent modification time.&#x20;
>
> &#x20;      For example <mark style="color:red;">`C:\Users\Administrator\AppData\Roaming\D5Config`</mark>
>
> * Corresponding fields needed to be added:&#x20;
>
> &#x20;     <mark style="color:red;">`[Debug]`</mark>&#x20;
>
> &#x20;     <mark style="color:red;">`VerySmallScale=1`</mark>

<figure><img src="/files/Fj8hTJWhQkIt3JUJX1Rb" alt=""><figcaption><p>Path to config.ini file to be modified and fields to be added</p></figcaption></figure>


---

# 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://docs.d5render.com/workflow/abnormal-situations/abnormal-situations-when-using-livesync-real-time-plugin/after-livesync-real-time-plugin-syncing-how-to-deal-with-material-picking-up-abnormalities-in-d5.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.
