Plugin:CreateToolbar() does not reuse toolbars when the same identifier is used

image

local toolbar = plugin:CreateToolbar("Rigging Utils")

This is what I’m using in both plugins, but the API says Gets or creates a new Toolbar with the specified name, which is then used to create a plugin button.

It states “Gets or creates”. In this case, instead of reusing the toolbar, it creates another one, using up unnecessary space.

4 Likes

I would file this as a bug report in #platform-feedback:studio-bugs. Seems to be a regression, I recall this being a thing a couple of years ago and it would actually reuse the toolbar, not create another with the exact same name.

EDIT: :+1:

1 Like