diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/Preferences.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/Preferences.cs index b2a43af17..6875b1b3a 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/Preferences.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/Preferences.cs @@ -239,7 +239,7 @@ namespace Spine.Unity.Editor { } EditorGUILayout.Space(); - EditorGUILayout.LabelField("Mecanim Settings", EditorStyles.boldLabel); + EditorGUILayout.LabelField("Mecanim Bake Settings", EditorStyles.boldLabel); { SpineEditorUtilities.BoolPrefsField(ref mecanimEventIncludeFolderName, MECANIM_EVENT_INCLUDE_FOLDERNAME_KEY, new GUIContent("Include Folder Name in Event", "When enabled, Mecanim events will call methods named 'FolderNameEventName', when disabled it will call 'EventName'.")); } diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Windows/SpinePreferences.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Windows/SpinePreferences.cs index c9e9e8adf..7faa8539c 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Windows/SpinePreferences.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Windows/SpinePreferences.cs @@ -159,7 +159,7 @@ namespace Spine.Unity.Editor { } EditorGUILayout.Space(); - EditorGUILayout.LabelField("Mecanim Settings", EditorStyles.boldLabel); + EditorGUILayout.LabelField("Mecanim Bake Settings", EditorStyles.boldLabel); { EditorGUILayout.PropertyField(settings.FindProperty("mecanimEventIncludeFolderName"), new GUIContent("Include Folder Name in Event", "When enabled, Mecanim events will call methods named 'FolderNameEventName', when disabled it will call 'EventName'.")); }