Skip to content

Commit

Permalink
Merge pull request #2375 from ousttrue/fix/workaround_urp_editor_import
Browse files Browse the repository at this point in the history
URP プロジェクトで matcap を含むモデルを Editor import するとエラーになるのを回避(暫定)
  • Loading branch information
ousttrue authored Jul 23, 2024
2 parents 4b8d2f3 + 0f704c7 commit dd50635
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public void Extract(SubAssetKey key, TextureDescriptor texDesc)
}
else
{
throw new Exception($"{key} is not converted.");
// throw new Exception($"{key} is not converted.");
Debug.LogWarning($"{key} is not converted.");
}
}

Expand Down

0 comments on commit dd50635

Please sign in to comment.