don-tnowe / godot-resources-as-sheets-plugin

I needed to edit many Resource files, so figured someone would too.
MIT License
417 stars 18 forks source link

Allow editing nested arrays of resources #62

Open Tam opened 3 months ago

Tam commented 3 months ago

I have some resources that contain an array of other resources. Is it possible to expand the array and edit the resources inside?

Screenshot 2024-05-12 at 23 12 51
don-tnowe commented 3 months ago

It is currently not a feature.

Mass modification of nested resources is only possible by writing an expession or function inside the Filter/Process -> Process field.

It could be possible to view all subresources in a folder of tres files, if there was a way to insert empty rows to separate arrays and insert a resource picker to add resources to arrays. I will note this as a future addition!

don-tnowe commented 3 days ago

I have pushed an implementation. If still relevant, I invite to test! @Tam @eobet

I would like opinions on whether the option's name and its UI is descriptive for the feature.