Import Setting Bug for TextureImporter

Issue #41 resolved
Au Hiu Tung created an issue

In the ImportSettingsConfigurator.cs, the function "private void OverwriteImportSettings (TextureImporter importer){}" has a bug. The line "importer.textureType = reference.textureType;" will reset all the modification to the TextureImporter above the line. The simple solution is assigning the importer.textureType before all other TextureImporter assignment.

Comments (5)

  1. Log in to comment