1

我正在尝试在屏幕上显示 3D 头像,我想应用默认纹理,但它甚至不会执行该功能。"(MorphUserWithTemplate(memberID);"

我不断收到相同的错误,并且在调试时它只是跳过了从该函数开始的其余代码。“'System.IO.FileLoadException' 类型的第一次机会异常发生在 ...”

if (!File.Exists(morphedAvatar))
{
    string test = MorphUserWithTemplate(memberID); // This one ...

    _ucWPF = new AvatarControl(test, memberID, Constants.AVATARSNAPSHOTTC2TYPESHOP);
    elementHostWPFStaticView.Child = _ucWPF;
    _IsFirstTimeLoaded = false;
}
4

0 回答 0