• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
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