Skip to content

Commit

Permalink
Fix #129
Browse files Browse the repository at this point in the history
Fix #129
  • Loading branch information
Kozu-vr committed Feb 3, 2019
1 parent 3c66a0e commit 1fc301f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public override Result Validate()
AddResultLog("ベースフォルダに含まれないマテリアルを参照しています。");
dirtFlg = true;
}
string log = assetPath;
string log = string.Format("{0} ({1})", assetPath, material.shader.name);
if (Path.GetExtension(assetPath).ToLower() == ".fbx")
{
log += string.Format(" ({0})", material.name);
Expand Down

0 comments on commit 1fc301f

Please sign in to comment.