/godot_helper_pack

Primary LanguageGDScriptMIT LicenseMIT

Looking for a version for Godot 3.x? Look at this repo

Godot Helper Pack (For Godot 4.x)

This Godot Engine add-on is a collection of helper scripts and classes. Please see below for a list of classes and utilities for details.

How to Install

  1. Download the project zip file and unzip it.
  2. Copy the folder godot_helper_pack\helper_pack_project\addons\godot_helper_pack into the addons folder of your Godot project
  3. Go to the Plugins tab in the Project Settings of your Godot project and enable the GodotHelperPack plugin.

Now all of the classes and utilities will be available for use. Also, after enabling the plugin 3 Autoload Singletons will be registered under the Autoload tab in Project Settings. These are Globals, SignalMgr and ServiceMgr. Please see their description of these services below.

Classes and Utilities

Please see the repo wiki for a list of classes and utilities.