nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Make it possible to find DialogueResource from the Quick Load menu #604

Closed gatomesa closed 1 month ago

gatomesa commented 2 months ago

In my game, I have scripts in which I export variables with type DialogueResource. To assign the desired DialogueResource, it's necessary to drag in the resource from the FileSystem tab or use the Load menu, which is much slower than the Quick Load menu. So it would be very convenient to have Quick Load menu support for this file type.