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 Godot 4 plugin that extends the functionality of EditorResourcePreviewGenerator to simplify preview generation. Fully compatible with Godot's existing EditorResourcePreview functionality.The EditorResourcePreviewGenerator2D class allows for generating previews using CanvasItem-style drawing calls. It is an EditorResourcePreviewGenerator, but its _generate_2d() method replaces the parent class's _generate() method and passes in an object that allows for calling drawing methods (draw_circle, draw_polyline, etc).
EditorResourcePreviewGenerator Extensions
A Godot 4 plugin that extends the functionality of EditorResourcePreviewGenerator to simplify preview generation.
Fully compatible with Godot's existing EditorResourcePreview functionality.
Features
The EditorResourcePreviewGenerator2D class allows for generating previews using CanvasItem-style drawing calls.
It is an EditorResourcePreviewGenerator, but its _generate_2d() method replaces the parent class's _generate() method and passes in an object that allows for calling drawing methods (draw_circle, draw_polyline, etc).
Examples
Basic usage can be found in the built-in documentation for the plugin's classes.
Full runnable examples can be found in the addons/ directory (named example_*).
Open this repository in the Godot editor to play with the full examples.

A Godot 4 plugin that extends the functionality of EditorResourcePreviewGenerator to simplify preview generation. Fully compatible with Godot's existing EditorResourcePreview functionality.
The EditorResourcePreviewGenerator2D class allows for generating previews using CanvasItem-style drawing calls. It is an EditorResourcePreviewGenerator, but its _generate_2d() method replaces the parent class's _generate() method and passes in an object that allows for calling drawing methods (draw_circle, draw_polyline, etc).
Reviews
Quick Information
A Godot 4 plugin that extends the functionality of EditorResourcePreviewGenerator to simplify preview generation. Fully compatible with Godot's existing EditorResourcePreview functionality.The EditorResourcePreviewGenerator2D class allows for generating previews using CanvasItem-style drawing calls. It is an EditorResourcePreviewGenerator, but its _generate_2d() method replaces the parent class's _generate() method and passes in an object that allows for calling drawing methods (draw_circle, draw_polyline, etc).