The main purpose of Asset Dependency Tracker is to simplify the search of links between assets in large projects (projects with thousands of assets), when the search of dependencies becomes difficult manually.
Features:
- Automatic tracking of dependencies specified through the inspector.
- Automatic tracking of simple cases of Resources.Load commands in C#-Scripts.
- Possibility to manually specify additional links to assets from c#-Scripts (special kind of comment in the source code file).
- Possibility to manually specify additional dependencies between assets through the configuration file.
- Searching for assets in the project with the support of regular expressions.
- Displaying dependencies between assets represented as trees.
- Searching for unused assets in the project (only in case of the correct settings in all the dependencies).
- Export of the selected assets in unity package (only selected set).