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
Visual error/message display system with integrated Result pattern for fluent error handling. Display operation results with animated, color-coded panels (SUCCESS, INFO, WARNING, ERROR). Features include auto-dismiss with hover-to-pause, configurable panel limits, and powerful animation system supporting both simultaneous effects (fade + scale together) and sequential animation chains. Fully customizable via Inspector-editable Resources. The standalone Result pattern (ButteredSausage class) provides type-safe error handling with builder API for accumulating messages, state conversion, and merging nested operation results - usable independently without UI components. Perfect for editor tools, save systems, validation feedback, file managers, and any application requiring robust error reporting with visual polish. All classes use ButteredSausage prefix to avoid naming conflicts. Includes demo scene with interactive examples.
Visual error/message display system with integrated Result pattern for fluent error handling.
Display operation results with animated, color-coded panels (SUCCESS, INFO, WARNING, ERROR). Features include auto-dismiss with hover-to-pause, configurable panel limits, and powerful animation system supporting both simultaneous effects (fade + scale together) and sequential animation chains. Fully customizable via Inspector-editable Resources.
The standalone Result pattern (ButteredSausage class) provides type-safe error handling with builder API for accumulating messages, state conversion, and merging nested operation results - usable independently without UI components.
Perfect for editor tools, save systems, validation feedback, file managers, and any application requiring robust error reporting with visual polish. All classes use ButteredSausage prefix to avoid naming conflicts.
Includes demo scene with interactive examples.
Reviews
Quick Information
Visual error/message display system with integrated Result pattern for fluent error handling. Display operation results with animated, color-coded panels (SUCCESS, INFO, WARNING, ERROR). Features include auto-dismiss with hover-to-pause, configurable panel limits, and powerful animation system supporting both simultaneous effects (fade + scale together) and sequential animation chains. Fully customizable via Inspector-editable Resources. The standalone Result pattern (ButteredSausage class) provides type-safe error handling with builder API for accumulating messages, state conversion, and merging nested operation results - usable independently without UI components. Perfect for editor tools, save systems, validation feedback, file managers, and any application requiring robust error reporting with visual polish. All classes use ButteredSausage prefix to avoid naming conflicts. Includes demo scene with interactive examples.