Godot Version
Latest stable
Question
I’m trying to download the latest version of the godotsteam addon through the asset store but having this error when doing so :

The initialization settings do not show up in the project settings from what I assume is a result of this.
I also noticed that in the “godotsteam_plugin.gd” mentioned above there are these errors in the script :
“Line 29:Identifier “Steam” not declared in the current scope.”
Which is for the “Steam” variable in this enter_tree() function :
func _enter_tree() -> void:
_check_outdated_api()
print_rich("GodotSteam v%s | %s | %s" % [Steam.get_godotsteam_version(), link_website, link_changelog])
add_project_settings()
add_steamworks_dock()

