Skip to content

Commit 842795c

Browse files
Images reimport fix
1 parent c20b90f commit 842795c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Editor/Inspector/FigmaInspector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ static async Task UpdateTitleAsync(Figma figma, int progress, string title, stri
238238
string name = figma.name;
239239
FigmaUpdater updater = new(PersonalAccessToken, title, folder, relativeFolder, fontDirs);
240240
await updater.DownloadAssetsAsync(name, downloadImages, elements, figma.Filter, systemCopyBuffer, progress, token);
241-
AssetDatabase.Refresh(ImportAssetOptions.ForceUpdate | ImportAssetOptions.ForceSynchronousImport); // Force import all images
242241
updater.WriteUssUxml(name, progress);
243242
updater.Cleanup(name);
244243
AssetDatabase.Refresh();

0 commit comments

Comments
 (0)