Table of Contents

Introduction

cfGodotEngine provides helpers and integrations for the Godot engine.

Features

  • GodotLogger implements the ILogger interface using Godot's logging functions.
  • ResourceAssetManager and AsyncResourceLoader simplify loading Resource assets.
  • A Setting<T> base class lets you load .tres resources with [SettingPath].
  • Optional Google Drive support via DriveMirror.
  • Generic state machine nodes for building behaviors.