From acbb92f26b2c079d4dfa84e382c69d8f76981c7f Mon Sep 17 00:00:00 2001 From: SashaRX Date: Thu, 6 Aug 2026 13:45:48 +0200 Subject: [PATCH] Clear stale AO results before loading mesh data --- Editor/Tools/VertexAOTool.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/Tools/VertexAOTool.cs b/Editor/Tools/VertexAOTool.cs index f823a208..499d4c48 100644 --- a/Editor/Tools/VertexAOTool.cs +++ b/Editor/Tools/VertexAOTool.cs @@ -1166,6 +1166,7 @@ void FinalizeBake(List entries) void LoadFromMesh() { RestorePreview(); + ClearResults(); var entries = ctx.MeshEntries .Where(e => e.include && e.renderer != null)