diff --git a/Assets/Fungus/Thirdparty/Usfxr/Editor/SfxrGenerator.cs b/Assets/Fungus/Thirdparty/Usfxr/Editor/SfxrGenerator.cs index 5157f2a2..32d76800 100644 --- a/Assets/Fungus/Thirdparty/Usfxr/Editor/SfxrGenerator.cs +++ b/Assets/Fungus/Thirdparty/Usfxr/Editor/SfxrGenerator.cs @@ -66,7 +66,8 @@ public class SfxrGenerator : EditorWindow { [MenuItem("Tools/Fungus/Utilities/Generate usfxr Sound Effects")] public static void Initialize() { var window = ScriptableObject.CreateInstance(); - window.title = window.name = "Sound Effects"; + window.name = "Sound Effects"; + window.titleContent = new GUIContent(window.name); window.Show(); }