Builds on #41. This uses a more precise and faster unload detection method. Instead of detecting for a new PluginGui instance with the correct name, which is prone to name collisions, this detects when the old instance is removed and unloads the plugin along with it.
Builds on #41. This uses a more precise and faster unload detection method. Instead of detecting for a new
PluginGui
instance with the correct name, which is prone to name collisions, this detects when the old instance is removed and unloads the plugin along with it.