Edit of asset "Everything Library - Simple Resource Referencer" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Everything Library - Simple Resource Referencer | Everything Library - Simple Resource Referencer |
Description |
A plugin allowing you to reference a folder of resources at runtime in an easy way. No `load()`, no `preload()`, no boilerplate directory crawling, no exported properties. Handy when you have a list of resources you keep expanding and expanding, but also need a way to just get all of them - for **an in-game catalogue of monsters**, or for **a recipe list in a crafting system**... or you just hate load(). Got a folder of items? Or even, a folder of folders of items? Just configure, and: "var all_the_items = Library.items". Need a "magic_crystal.tres" from there? "var crystal = Library.items['magic_crystal']". It's even possible to group them by a property value, like if you want to list all items of each type! |
A plugin allowing you to reference a folder of resources at runtime in an easy way. No `load()`, no `preload()`, no boilerplate directory crawling, no exported properties. Handy when you have a list of resources you keep expanding and expanding, but also need a way to just get all of them - for **an in-game catalogue of monsters**, or for **a recipe list in a crafting system**... or you just hate load(). Got a folder of items? Or even, a folder of folders of items? Just configure, and: "var all_the_items = Library.items". Need a "magic_crystal.tres" from there? "var crystal = Library.items['magic_crystal']". It's even possible to group them by a property value, like if you want to list all items of each type! |
Category | Tools | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/don-tnowe/godot-everything-library | https://github.com/don-tnowe/godot-everything-library |
Issues Url | https://github.com/don-tnowe/godot-everything-library/issues | https://github.com/don-tnowe/godot-everything-library/issues |
Godot version | Godot 3.5 | Godot 3.5 |
Version String | 0.1 | 0.1 |
Download Commit | d3d4d84fda3ff41abab10085ab3c2452b13165dd | d3d4d84fda3ff41abab10085ab3c2452b13165dd |
Download Url (Computed) | https://github.com/don-tnowe/godot-everything-library/archive/d3d4d84fda3ff41abab10085ab3c2452b13165dd.zip | https://github.com/don-tnowe/godot-everything-library/archive/d3d4d84fda3ff41abab10085ab3c2452b13165dd.zip |
Icon Url |
https://raw.githubusercontent.com/don-tnowe/godot-everything-library/master/icon.png
|
https://raw.githubusercontent.com/don-tnowe/godot-everything-library/master/icon.png
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/don-tnowe/godot-everything-library/master/images/2022-11-11-02-25-38.png
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/don-tnowe/godot-everything-library/master/images/2022-11-11-02-21-03.png
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/don-tnowe/godot-everything-library/master/images/2022-11-11-02-18-12.png
|
|
Thumbnail |
|