Skip to content

Installation

Val Zubko edited this page Apr 3, 2025 · 2 revisions

Copy from GitHub repository

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

Download from Godot Asset Library

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.

https://godotengine.org/asset-library/asset/1004

Clone this wiki locally