I’ve noticed recently, that with OpenGL enabled, PluginGuis consistently flash in the ViewPort, and come with extreme performance impacts, dropping my FPS down to about 0.06 99% of the time. Deleting all PluginGuis alleviates this issue.
Studio insta-crashes on startup with Vulkan enabled for a reason I do not know - probably something to do with PluginGuis as well. The reason I say this is because the client doesn’t crash if Vulkan is enabled.
EDIT:
I wrote a plugin that wipes the PluginGuiService after a second, to allow me to use OpenGL - this fix doesn’t work for Vulkan, so the crash isn’t related to Vulkan, or the plugin doesn’t start soon enough to take any real effect.