Skip to content

Commit 923fc20

Browse files
committed
add: new log for when triggering the collection refresh
1 parent 2ee085b commit 923fc20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Scripts/Editor/Core/CollectionsAssetsPostProcessor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAsse
6262
if (!CollectionsRegistry.Instance.IsKnowCollection(collection))
6363
{
6464
RefreshRegistry();
65+
Debug.Log($"New collection found on the Project {collection.name}, refreshing the Registry");
6566
return;
6667
}
6768
}

0 commit comments

Comments
 (0)