Beispiel #1
0
 public static void CheckShader()
 {
     foreach (var id in Selection.instanceIDs)
     {
         string path = AssetDatabase.GetAssetPath(id);
         CheckAssetShaderE.CheckShader(path);
     }
 }
Beispiel #2
0
 public static void AllCheckShader()
 {
     CheckAssetShaderE.AllCheckShader();
 }