Skip to content

Commit 647b953

Browse files
Merge pull request 47371 from feature/128519-mipmaps into master
1 parent ec4d4b0 commit 647b953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/Inspector/FigmaInspector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ void AddSvgImport(string id, string path)
621621
{
622622
TextureImporter importer = (TextureImporter)AssetImporter.GetAtPath(relativePath);
623623
importer.npotScale = TextureImporterNPOTScale.None;
624+
importer.mipmapEnabled = false;
624625
EditorUtility.SetDirty(importer);
625626
}
626627

0 commit comments

Comments
 (0)