Build info, version, metadata, checksum, and more, for Godot 4.
-
Runtime build info.
Get build info like commit hash, tag, build datetime, and more, on runtime.
BuildInfo.get_commit() # Get the full commit hash of the build BuildInfo.get_commit_datetime() # Get the datetime string of the commit BuildInfo.get_commit_tag() # Get the tag associated with the commit BuildInfo.get_datetime() # Get the datetime string of when the build were made
-
Auto-generate checksum on export (desktop only).
Generate
SHA256SUM.txtalongside your exported binaries.
Licensed under MIT license.
Copyright © 2026 nnda