Skip to content

Suggestion - inverted dependency search.  #4

Description

@C132

Hi, this is more of a suggestion/feature request than an issue - not sure how to flag it as such (sorry!).

I'm in the process of implementing addressables into our project and the need for finding how and when an asset is being loaded into memory has been a critical part of the pipeline. I've had to write my own tool to find assets that are depending on a specific asset - it works but isn't very pretty and isn't really well written.

This tool, however, is both well written and pretty A+! But, the dependency lookup chain seems to only be one way. I can select an asset and find what asset it depends on - but what I desperately need is to be able to select an asset and see what depends on it!

I think this will be a common need for people as they start integrating addressables and other memory management tools into their projects.

The work you have done here is fantastic and deeply appreciated.

Thank you, regardless if this request is ever materialized.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions