-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi there!
I've been testing the asset auditing tool these days and I've encountered some problems that I don't know how to solve. After creating a profile with its own filters and so on, I understood that if I imported assets into the folder that contains this profile, the assets would show later in the Asset Auditor window, but they don't. The window is simply empty whatever I do without any errors showing up.
I've tried debugging the AssetsTreeView script to see what is happening, and it seems that it never adds new associatedAssets to any profile. What am I missing exactly? I'm sure I'm missing a step that I didn't really understand. Like setting up the .userData file as you say it's required, but how really?
if( Filter.Conforms( assetPath, profile.GetFilters() ) ) associatedAssets.Add( assetPath );
Thanks!