PluginMenus entirely stopped working

It appears PluginMenus have entirely stopped working. I am unable to make a plugin show a PluginMenu at all anymore.

The problem of PluginMenus only showing up when the plugin is loaded during Studio launch has been known and present for a year.

Sample plugin code to reproduce the bug
local menu = plugin:CreatePluginMenu("SampleMenu")

local action = plugin:CreatePluginAction("SampleAction", "Am just a dummy", "Really not of any use")
menu:AddAction(action)

wait(10)
print("showing")
menu:ShowAsync()

Running Windows 10 Professional x64, build 19041.450 / Latest public Studio build.

26 Likes

Hi, Sorry for the delayed response. Is this issue still occurring for you?

2 Likes

Due to lack of traffic on this thread and having waited 48 days for a response from the developer this issue seems to no longer be occurring. If this issue is still occurring, please post another bug to the forums so we can look into it.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.