# Crumpled Meshes & Vertex Soup

## Basic Information

If your generated mesh has unusual noise in the vertex positions, this can be caused by a change in vertex layout in the baked data versus Unity's runtime data. This is mostly caused by Unity adding features to the Mesh Importer in newer versions, or changing their optimization routines which can change vertex layouts.

![Example of the issue](https://2678059060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPci6M9jWEmMc1c93U5%2F-MRM9G8d4OcxFMke5SM-%2F-MRMDrRMnK2_Pz8jPOTy%2Fimage.png?alt=media\&token=b0532e28-5cde-4c49-9aaf-bccb6cfca31f)

## Fixing the Issue

This issue can be easily resolved. Simply locate the associated clothing item (the asset often will have the word "Clothing" or "SClothing" in its name). It may be located in a subfolder.

{% hint style="info" %}
**Tip:** You can easily search all clothing by typing`t:clothing`into the search box in your project window.
{% endhint %}

Select the asset, and click the **Import Data from Model** button. This will take about 5-10 seconds to run, then regenerate your character.&#x20;

![The "Import Data from Model" button.](https://2678059060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPci6M9jWEmMc1c93U5%2F-MRM9G8d4OcxFMke5SM-%2F-MRMGX8pT1Vt3nVG27EJ%2Fimage.png?alt=media\&token=509318f5-34f7-4857-82c0-d1bb3224b98a)

After rebuilding your character, it should now show as expected.

![](https://2678059060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPci6M9jWEmMc1c93U5%2F-MRMWdUGLAY97JFc14Me%2F-MRMWjln02DWYVTn7C-7%2Fimage.png?alt=media\&token=d86b8ed3-50c1-4755-a2f3-0532d0f45e15)
