/Godot-ModManager

A simple mod manager for Godot games

Primary LanguageGDScriptMIT LicenseMIT

Godot ModManager

A simple mod manager for Godot games

How to implement in your game

Step 1: Import the ModManager script and the ModInfo script
Step 2: Make ModManager a singleton
Step 3: Have a mods folder on the same folder as the game executable