Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow editing all Resources of a same type in the whole project #53

Open
Hyrilorius opened this issue Feb 6, 2024 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@Hyrilorius
Copy link

Hyrilorius commented Feb 6, 2024

Being able to edit all resources within a folder is cool.

But in addition, it would be great if we were able to edit all existing Resources in the project of a specific type wherever they are in the project.

This way we would be able to organize our projects as we want, sometimes it doesn't make sense to put resources from the same type in the same folder. It happens often we want to put resources related to a scene in a folder specific to a scene.

Being able to create sheets per folder or per resources types would be the best of both world.

The two methods of filtering could also be mixed if it's not to hard too implement.
This way we would be able to find all Resources of a said type within a specific folders and all its nested subfolders.

@don-tnowe
Copy link
Owner

don-tnowe commented Feb 6, 2024

Already possible... if you only have one type of Resource in the entire project.

Related: #38. If that gets implemented, then technically this should be possible! But I would like to first define the best way to implement it.

@don-tnowe don-tnowe added the enhancement New feature or request label Feb 6, 2024
@Hyrilorius
Copy link
Author

Ahah, usually we have a lot of different type of resources in a game that are very different from each other (CharacterStats VS ItemData for example)

My point is that I could have ItemData at many different places in my FileSystem, but would like to still be able to edit all of them in a table. But I don't want all CharacterStats to be display in the same table, as they don't share anything in common (same for all other resources types in my game)

@don-tnowe
Copy link
Owner

Yeah! Which is why I'd have to first think how to best implement it UI-wise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants