Skip to Content
DocsUpdate Guide

Update Guide

The Ziva plugin has an auto-update system which automatically downloads the latest version when available. To update, simply click the Restart to apply button in the top banner.

Ziva plugin update banner

How to Manually Update

Ensure your Godot editor is closed before running the installer.

The easiest way to update is to run the installer script again, which will download the latest version:

Linux / macOS:

curl -fsSL https://ziva.sh/install.sh | bash

Windows:

irm https://ziva.sh/install.ps1 | iex

The installer will detect the existing installation and update it with the latest version.

Method 2: Manual Update

If you prefer to update manually:

  1. Download the zip of the plugin latest version from the download page or GitHub releases 

  2. Close Godot completely.

  3. Delete the old plugin folder at addons/ziva_agent in your project

  4. Extract the new version and copy the addons/ziva_agent folder to your project’s addons folder.

  5. Restart Godot to load the updated plugin.

Refer to the Manual Installation section

Last updated on