diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs index 4290fd2fa..f2360e2fa 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs @@ -159,7 +159,7 @@ namespace Spine.Unity.Editor { dotIndex = propertyPath.LastIndexOf('.', dotIndex - 1); if (dotIndex < 0) break; - newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName; + newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName; relativeProperty = property.serializedObject.FindProperty(newPropertyPath); } }