-
Notifications
You must be signed in to change notification settings - Fork 45
Description
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.