Voxta docs

Update the plugin

Swap out the .var, delete the old version, done.

Updating the Voxta plugin is a single file swap.

  1. Download the new AcidBubbles.Voxta.VERSION.var from Patreon / Discord.
  2. Copy it into your AddonPackages folder alongside the old one.
  3. Delete the old AcidBubbles.Voxta.OLD-VERSION.var.

Scenes that reference the plugin will automatically pick up the latest installed version in AddonPackages.

Keeping multiple plugin versions side by side is supported by VAM but can confuse scenes that pin to a specific .var version. Cleanest is one plugin .var at a time.

Scenes pinned to old plugin versions

If a published scene was packaged against an older plugin version, you might see the old version listed as a dependency. The community tool VamPackageUpdater can bulk-rewrite plugin version references inside .var files — useful if you're publishing your own scene and want to bump it to the latest plugin without re-opening Package Builder.

See the VAR Packages guide for the full publishing flow.

On this page