VersionCheck
D

Publisher

derwenzel

VersionCheck

Tools
Version Check Update Release Beta Installation Compatibility Development

A small plugin that checks if a newer version of the godot alpha is available.

Godot Version

Version Checker

A small plugin that checks if a newer version of the godot beta is available.

๐Ÿงช Installation

  1. Download for Godot 4.x
  2. Unpack the version_check folder into your /addons folder within the Godot project
  3. Enable this addon within the Godot settings: Project > Project Settings > Plugins

๐Ÿ“š Getting started

example

The plugin does some very simple steps:

* Checks the releases website
* Parse the table for the releases
* Checks if your installed version is the newest one

๐Ÿ—’๏ธ Note:

I have no knowledge how the future distribution of the editor will be handled. If there will be a "beta" subfolder in the future or if the betas will be archived... So this plugin will break at some point in the future.