/// <summary> Gets the lightmap importer settings from the global settings manager. </summary> public static void GetSettings() { LightmapImporter = (LightmapImporterSettings)SettingsManager.GetSettings("OpenSauceIDE.LightmapImporter", typeof(LightmapImporterSettings)); }