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

Package resource dependencies #23

Open
Fydar opened this issue Jul 8, 2020 · 1 comment
Open

Package resource dependencies #23

Fydar opened this issue Jul 8, 2020 · 1 comment
Assignees
Labels
📦 RPGCore.Packages Issue related to the RPGCore.Packages package New feature or request

Comments

@Fydar
Copy link
Owner

Fydar commented Jul 8, 2020

Create a mechanism for resource importers to register dependencies of one resource to another.

Create an API for resources that iterates all resources that are dependent on one resource and iterates all resources that a resource is dependant on.

Report errors during the build pipeline if dependencies could not be located.

Report errors during the loading pipeline if dependencies could not be located.

First implementation of dependencies won't be cross-project, it's likely this will be a separate Github issue.

@Fydar Fydar added New feature or request 📦 RPGCore.Packages Issue related to the RPGCore.Packages package labels Jul 8, 2020
@Fydar Fydar self-assigned this Jul 8, 2020
@Fydar
Copy link
Owner Author

Fydar commented Oct 19, 2020

The first-pass has been implemented, however, it will require reworking as I expand the import pipeline to introduce resource dependencies in edit-time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 RPGCore.Packages Issue related to the RPGCore.Packages package New feature or request
Projects
Development

No branches or pull requests

1 participant