-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for scanning and cleaning up plugins #47
Comments
I would be happy to implement that in a plugin, but there are a couple of challenges associated with cleaning assets in a plugin. Currently, my method for detecting unused assets in a project is primarily based on the usage of primary or level assets. This means that primary assets and all their related dependencies are marked as 'used' and are never touched. However, when it comes to plugin assets, there can be non-primary assets that are intended for use in any project. I'm facing a dilemma in determining whether such assets are unused or not. I would greatly appreciate any proposals or suggestions regarding this issue. I will categorize this issue as 'research,' allowing others to provide their suggestions if they have any. |
I have a project on plugin-based structure, so I also faced this problem. |
Hey @Son1XI |
It would be great to be able to choose which "content" folders it will scan, including the main and plugin folders, while also taking into account dependencies between them. This is essentially what I did for myself. |
This plugin is really nice and it would be awesome if it also supported cleaning up plugins
The text was updated successfully, but these errors were encountered: