Edit of asset "Safe Resource Picker" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Safe Resource Picker | Safe Resource Picker |
Description |
Get the type safety of the native Godot resource picker with the performance benefits of storing resource paths instead of resources. By just adding a custom type hint to your `@export` properties, you can use the Resource Picker control in the Inspector, but the values will be stored as uid strings instead of external references. This means that loading your Resource will load JUST your Resource, and not all of its external references. This can be a huge performance boost when, for example, you have a shopkeeper with many items -- you don't need to load every item's 3D models if you're only showing their names in the shop! |
Get the type safety of the native Godot resource picker with the performance benefits of storing resource paths instead of resources. By just adding a custom type hint to your `@export` properties, you can use the Resource Picker control in the Inspector, but the values will be stored as uid strings instead of external references. This means that loading your Resource will load JUST your Resource, and not all of its external references. This can be a huge performance boost when, for example, you have a shopkeeper with many items -- you don't need to load every item's 3D models if you're only showing their names in the shop! |
Category | Tools | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/HauntedBees/safe-resource-picker | https://github.com/HauntedBees/safe-resource-picker |
Issues Url | https://github.com/HauntedBees/safe-resource-picker/issues | https://github.com/HauntedBees/safe-resource-picker/issues |
Godot version | Godot 4.4 | Godot 4.4 |
Version String | 1.0.1 | 1.0.1 |
Download Commit | a7ef34708ea34f3466fa343b0a02b3940c6d2ef1 | a7ef34708ea34f3466fa343b0a02b3940c6d2ef1 |
Download Url (Computed) | https://github.com/HauntedBees/safe-resource-picker/archive/a7ef34708ea34f3466fa343b0a02b3940c6d2ef1.zip | https://github.com/HauntedBees/safe-resource-picker/archive/a7ef34708ea34f3466fa343b0a02b3940c6d2ef1.zip |
Icon Url |
https://raw.githubusercontent.com/HauntedBees/safe-resource-picker/refs/heads/main/icon.svg
|
https://raw.githubusercontent.com/HauntedBees/safe-resource-picker/refs/heads/main/icon.svg
|