From b763cc02569d03cebe77aa091789918233af693b Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 7 Aug 2019 19:07:53 +0200 Subject: [PATCH] [unity] Cosmetic change - updated settings label to "Mecanim Bake Settings" to avoid confusion. --- .../Spine/Editor/spine-unity/Editor/Utility/Preferences.cs | 2 +- .../Spine/Editor/spine-unity/Editor/Windows/SpinePreferences.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'.")); }