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.
How to Manually Update
Method 1: Using the Installer (Recommended)
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 | bashWindows:
irm https://ziva.sh/install.ps1 | iexThe installer will detect the existing installation and update it with the latest version.
Method 2: Manual Update
If you prefer to update manually:
-
Download the zip of the plugin latest version from the download page or GitHub releases
-
Close Godot completely.
-
Delete the old plugin folder at
addons/ziva_agentin your project -
Extract the new version and copy the
addons/ziva_agentfolder to your project’saddonsfolder. -
Restart Godot to load the updated plugin.
Refer to the Manual Installation section