
Publisher
5fb5
Achievement System
Plugin that allow you to add custom achievement to the game and display them in the UI. You can read "README" file in your downloaded repository or in GitHub page to learn how to use it. https://github.com/5FB5/gd-achievements
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Achievement System Plugin for Godot Engine 4.4
This is a plugin that allows you to create custom achievements with notification in UI with simple API
Usage
More about plugin and API you can read in addons/gd_achievements
folder and in wiki
Q/A
How to get branch for Godot 3.x.x ?
Now code for Godot 3.x.x is placed to godot3
branch and you should switch to this if you need it
I have an error "The Identifier "AchievementsManager" is not declared in the current scope"!
Check that "addons/gd-achievements/scripts/achievements_manager.gd" file activated as singleton (check How to install in your project?)
Plugin doesn't work on Android devices
You must add to your exporter .json
format for non-resources export:
Export => Click on Android Presets => Go to Resources tab
and set .json
as filter for resources to export.
Thanks to Dark8Ghost for the found fix