Skip to content

Installing vest

The vest addon can be installed from any of the sources listed below.

After installing, make sure to enable vest in the Project settings.

If the installation was successful, you should be able to access the UI.

Note

Supported versions are Godot 4.1.4 and up.

Godot Asset Library

The easiest method is to install vest from the asset library, by opening the AssetLib tab in the editor and searching for vest.

Vest on AssetLib

Alternatively, open the link above from a browser, download the addon, and extract vest to your project's addons folder. It should result in the following file tree:

res://
└── addons/
    └── vest/
        ├── plugin.cfg
        └── ...

GitHub release

Alternatively, download vest from the releases. This lets you download older versions as necessary.

To install, download the addon and extract it to your project's addons folder.

Download source

You can also download the latest version from GitHub. This will always include the newest version of vest, possibly with features that are not yet released.

To install, extract the addons/vest directory from the archive to your project's addons directory.