Unused dependency trimming #26
Labels
📦 RPGCore.Packages
Issue related to the RPGCore.Packages package
✨
New feature or request
⚡
Potential optimization
Add API for importing assets to force-include them in the build (for assets that serve as the root assets for the game) and allow removal of all assets that are unused.
This could be implemented with an
IImportProcessor
that removes assets at the stage in the build pipeline. This means that a user will be able to customise at which point in the build pipeline the removal of the resources occurs at.For optimization purposes, I can also abort the writing of the
IContentWriter
that was created for the original assets that are no longer going to be included.The text was updated successfully, but these errors were encountered: