Updated Reload Plugin method to onClick.Invoke() method. This should hopefully improve the reloading of certain plugins.


Special thanks to @MacGruber for suggestion.

🛠 PluginReloader v2 Update

Added: HotKey Option

You can now use a HotKey to trigger plugin reloads. By default, this is set to F5, which is commonly recognized as a "refresh" key, but you can change it to any preferred key.

Added: Delay Trigger Options

When reloading a plugin, timing matters. If you need to restore settings (like selecting a person or loading a preset), calling those actions immediately after a reload can fail — because the plugin may not have fully initialized. To solve this, PluginReloader v2 introduces three customizable delayed triggers. This lets you control when each follow-up trigger executes after the plugin reload, ensuring everything happens in the correct order and with proper timing.
Back
Top Bottom