Beispiel #1
0
 private static void CreateFolders1()
 {
     if (FolderGame())
     {
         CreateFolder.CreatFolders(Selection.activeGameObject, CreateFolder.ScriptType.UGUI);
     }
 }
Beispiel #2
0
 private static void CreateFolders()
 {
     if (FolderGame())
     {
         CreateFolder.CreatFolders(Selection.activeGameObject);
     }
 }