We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef84ed7 commit f556679Copy full SHA for f556679
Assets/Plugins/LocalizationExtension/Editor/AssetTool/AssetFinding.cs
@@ -16,6 +16,7 @@ public static IReadOnlyList<T> FindAssetsInFolders<T>(IReadOnlyList<DefaultAsset
16
}
17
18
var folderPathList = folders
19
+ .Where(folder => folder != null)
20
.Select(AssetDatabase.GetAssetPath)
21
.Where(path => !string.IsNullOrEmpty(path))
22
.Where(path => Directory.Exists(path))
0 commit comments