| | |
| | |
|
| | | foreach (var file in allFiles)
|
| | | {
|
| | | var pathStringArray = file.DirectoryName.Split("Audio/");
|
| | | var pathStringArray = file.DirectoryName.Split("Audio\\");
|
| | | var importerPath = assetPath + pathStringArray[pathStringArray.Length - 1] + Path.DirectorySeparatorChar + file.Name;
|
| | | var importer = AssetImporter.GetAtPath(importerPath);
|
| | | if (importer == null)
|
| | |
| | |
|
| | | foreach (var file in allFiles1)
|
| | | {
|
| | | var pathStringArray = file.DirectoryName.Split("Audio/");
|
| | | var pathStringArray = file.DirectoryName.Split("Audio\\");
|
| | | var importerPath = assetPath + pathStringArray[pathStringArray.Length - 1] + Path.DirectorySeparatorChar + file.Name;
|
| | | var importer = AssetImporter.GetAtPath(importerPath);
|
| | | if (importer == null)
|