我正在尝试在屏幕上显示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;
}