| | |
| | | static string uiroot1 = "Assets/ResourcesOut/UI/Window"; |
| | | static string uiroot2 = "Assets/ResourcesOut/UI/PriorityWindow"; |
| | | static string uiroot3 = "Assets/ResourcesOut/UI/Prefab"; |
| | | static string uiroot4 = "Assets/ResourcesOut/UI/Treasure/Misc"; |
| | | |
| | | static List<string> ignoreKeyList = new List<string>() |
| | | { |
| | |
| | | guids.AddRange(AssetDatabase.FindAssets("t:prefab", new string[] { uiroot1 })); |
| | | guids.AddRange(AssetDatabase.FindAssets("t:prefab", new string[] { uiroot2 })); |
| | | guids.AddRange(AssetDatabase.FindAssets("t:prefab", new string[] { uiroot3 })); |
| | | guids.AddRange(AssetDatabase.FindAssets("t:prefab", new string[] { uiroot4 })); |
| | | |
| | | var assetPaths = new List<string>(); |
| | | foreach (var item in guids) |