Introduction
cfGodotEngine
provides helpers and integrations for the Godot engine.
Features
GodotLogger
implements theILogger
interface using Godot's logging functions.ResourceAssetManager
andAsyncResourceLoader
simplify loadingResource
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.