unity-toolbar-buttons
unity-toolbar-buttons copied to clipboard
Missing Tooltips
https://github.com/BennyKok/unity-toolbar-buttons/blob/2ee2538483e60932ef37c4b4d2b76183eb76e074/Editor/ToolbarButtons.cs#L125
It appears that the tooltips are not be passed in. Shouldn't this line be like this?
parent.Add(CreateToolbarButton(attr.Value.iconName, () => attr.Key.Invoke(null, null), attr.Value.tooltip));