[]ls文件导入错误

已邀请:

Apple

赞同来自: gameuser

这个模型是不是有用了第三方插件生成的

gameuser

赞同来自:

各位大侠帮忙看下,这个怎么解:
11111.png

这个是我在unity导出一个文件,然后layabox中加载场景。

Laya.loader.create(this.strScene, Laya.Handler.create(this, this.onLoadScene));

private onLoadScene() {
var scene: Laya.Scene = Laya.Scene.load(this.strScene);
if (scene == null) {
return;
}
this.mScene = scene;
 
大致的流程如上
 
错误堆栈:


 

Apple

赞同来自:

建议先放个简单的模型试一下,然后排除法找到是否有哪个部分的细节不支持。

gameuser

赞同来自:

这个是我删繁就简之后定位到的块。麻烦您给调下,哪里的问题

要回复问题请先

商务合作
商务合作