Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A small plugin that checks if a newer version of the godot alpha is available.
Version Checker
A small plugin that checks if a newer version of the godot alpha is available.
๐งช Installation
- Download for Godot 4.x
- Unpack the
version_check
folder into your/addons
folder within the Godot project - Enable this addon within the Godot settings:
Project > Project Settings > Plugins
๐ Getting started
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 alphas will be archived... So this plugin will break at some point in the future.
A small plugin that checks if a newer version of the godot alpha is available.
Reviews
Quick Information

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