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
Automatically increments your export presets' version codes on (non-debug) export.Note that it increments ALL version codes for every export by default.
⬆️ Godot Auto Version Code
If you're building games for Google Play using the Godot Game Engine, you'll need to increment the version code each time you upload a new APK.
This plugin will automatically increment the version code for you.
It works by registering an Export Plugin. After each non-debug export, it will search the export_presets.cfg
file for version/code
keys and increment them by one.
It's super simple, so feel free to modify it to suit your needs.
Automatically increments your export presets' version codes on (non-debug) export.
Note that it increments ALL version codes for every export by default.
Reviews
Quick Information
Automatically increments your export presets' version codes on (non-debug) export.Note that it increments ALL version codes for every export by default.