You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssetLibraryIterator line 54, the conditional checks for an assetTypeFilter or namespaceFilter only, so a filter fucntion is ignored unless one of the other two are set also.
Should be changed to:
if (assetTypeFilter || namespaceFilter || filterFunc !=null)
The text was updated successfully, but these errors were encountered:
AssetLibraryIterator line 54, the conditional checks for an assetTypeFilter or namespaceFilter only, so a filter fucntion is ignored unless one of the other two are set also.
Should be changed to:
The text was updated successfully, but these errors were encountered: