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
Plugin that updates your custom version string every time you export the project. It can fetch the current version based on number of git commits or extract it from your export profile or you can configure it to use whatever you want.It creates a script called version.gd, that contains a constant string named VERSION. You can use it like this: load(res://version.gd).VERSION. Put it anywhere and it will update automatically whenever you export, so you don't need to remember about it anymore.Open the AutoExportVersion.gd script to configure the plugin before enabling it.Check the repository page for more details.
Plugin that updates your custom version string every time you export the project. It can fetch the current version based on number of git commits or extract it from your export profile or you can configure it to use whatever you want.
It creates a script called version.gd, that contains a constant string named VERSION. You can use it like this: load(res://version.gd).VERSION. Put it anywhere and it will update automatically whenever you export, so you don't need to remember about it anymore.
Open the AutoExportVersion.gd script to configure the plugin before enabling it.
Check the repository page for more details.
Reviews
Quick Information
Plugin that updates your custom version string every time you export the project. It can fetch the current version based on number of git commits or extract it from your export profile or you can configure it to use whatever you want.It creates a script called version.gd, that contains a constant string named VERSION. You can use it like this: load(res://version.gd).VERSION. Put it anywhere and it will update automatically whenever you export, so you don't need to remember about it anymore.Open the AutoExportVersion.gd script to configure the plugin before enabling it.Check the repository page for more details.