Skip to content

Commit

Permalink
Merge pull request #130 from Kozu-vr/feature/#129
Browse files Browse the repository at this point in the history
Fix #129
  • Loading branch information
Kozu-vr authored Feb 3, 2019
2 parents 3c66a0e + 1fc301f commit 0bfd1ce
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 0bfd1ce

Please sign in to comment.