Edit of asset "Custom Resource Previews" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Custom Resource Previews | Custom Resource Previews |
| Description |
A Godot plugin that enables custom preview images for your resources in the editor. Features - Define custom preview textures for your resource instances - Improve resource browsing and searching in the Godot editor - Give each resource instance a distinct visual identity Installation 1. Download the plugin to your project's addons/ directory 2. Enable the plugin in Project Settings → Plugins 3. Restart the editor if previews do not appear immediately Usage - Implement the _get_custom_preview_texture() method in your custom resource script: ``` func _get_custom_preview_texture() -> Texture2D: return icon ``` The returned texture will be displayed as the preview icon in: - FileSystem dock - Resource picker dialogs License MIT License Contact https://github.com/rllyy97/ |
A Godot plugin that enables custom preview images for your resources in the editor. Features - Define custom preview textures for your resource instances - Improve resource browsing and searching in the Godot editor - Give each resource instance a distinct visual identity Installation 1. Download the plugin to your project's addons/ directory 2. Enable the plugin in Project Settings → Plugins 3. Restart the editor if previews do not appear immediately Usage - Implement the _get_custom_preview_texture() method in your custom resource script: ``` func _get_custom_preview_texture() -> Texture2D: return icon ``` The returned texture will be displayed as the preview icon in: - FileSystem dock - Resource picker dialogs License MIT License Contact https://github.com/rllyy97/ |
| Category | Scripts | Scripts |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/rllyy97/custom-resource-previews | https://github.com/rllyy97/custom-resource-previews |
| Issues Url | https://github.com/rllyy97/custom-resource-previews/issues | https://github.com/rllyy97/custom-resource-previews/issues |
| Godot version | Godot 4.5 | Godot 4.5 |
| Version String | 1.0 | 1.0 |
| Download Commit | 7843e5978a4f5aea6d7d252b3e111aafd8b38590 | 7843e5978a4f5aea6d7d252b3e111aafd8b38590 |
| Download Url (Computed) | https://github.com/rllyy97/custom-resource-previews/archive/7843e5978a4f5aea6d7d252b3e111aafd8b38590.zip | https://github.com/rllyy97/custom-resource-previews/archive/7843e5978a4f5aea6d7d252b3e111aafd8b38590.zip |
| Icon Url |
https://raw.githubusercontent.com/rllyy97/custom-resource-previews/refs/heads/main/CustomResourcePreviewsIcon.png
|
https://raw.githubusercontent.com/rllyy97/custom-resource-previews/refs/heads/main/CustomResourcePreviewsIcon.png
|
| Preview Insert | ||
|---|---|---|
| Type | image | |
| Image/Video URL |
https://raw.githubusercontent.com/rllyy97/custom-resource-previews/refs/heads/main/screenshots/resource_selection.png
|
|
| Thumbnail |
|
|
| Preview Insert | ||
|---|---|---|
| Type | image | |
| Image/Video URL |
https://raw.githubusercontent.com/rllyy97/custom-resource-previews/refs/heads/main/screenshots/filesystem_tree.png
|
|
| Thumbnail |
|
|