-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
The main part of the plugin is located in addons/gd-achievements. Copy this folder to your addons folder within your project (or, if you don't have an addons folder, copy it from here). You will also want to include the gd-achievements folder on the root of the project. It includes the notification scene and sample achievements.json which you may want to edit yourself.
After that don't forget to enable it in Project Settings -> Plugins
It should be done automatically, but ensure that addons\gd-achievements\scripts\achievements_manager.gd is added as a singleton/autoload
Project -> Project Settings -> AutoLoad -> <path_to_achievements_manager.gd> -> Add
Find this plugin and install it like you want (from editor directly or from website). Remember to install BOTH the addons/gd-achievements and the gd-achievements folders.