diff --git a/Components/Managers/ChiselModelManager.cs b/Components/Managers/ChiselModelManager.cs index 1a60845..dd0f9d0 100644 --- a/Components/Managers/ChiselModelManager.cs +++ b/Components/Managers/ChiselModelManager.cs @@ -205,6 +205,11 @@ public void Rebuild(ChiselModelComponent model) } UpdateModelFlags(model); + + if(model.AutoRebuildUVs) + { + ForceUpdateDelayedUVGeneration(); + } } public bool IsDefaultModel(UnityEngine.Object obj)