Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A Simple logger for C# game projects * Colored output using print_rich * prompt containing date,time,file,function and line * multiple log level * hide debug and info message on releaseto use it use the log object for exemple :Log.dbg("debug message");Log.info("info message");Log.warn("warning message");Log.error("error message");
A Simple logger for C# game projects
* Colored output using print_rich
* prompt containing date,time,file,function and line
* multiple log level
* hide debug and info message on release
to use it use the log object for exemple :
Log.dbg("debug message");
Log.info("info message");
Log.warn("warning message");
Log.error("error message");
Reviews
Quick Information

A Simple logger for C# game projects * Colored output using print_rich * prompt containing date,time,file,function and line * multiple log level * hide debug and info message on releaseto use it use the log object for exemple :Log.dbg("debug message");Log.info("info message");Log.warn("warning message");Log.error("error message");