You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first-pass has been implemented, however, it will require reworking as I expand the import pipeline to introduce resource dependencies in edit-time.
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.
The text was updated successfully, but these errors were encountered: