//第一种 用系统的场景摄像机 获取.lh文件节点克隆显示正常
//Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish1));
//第二种 用自己unity导出的场景直接克隆整个.lh文件也显示正常
//Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish2));
//第三种 用自己unity导出的场景 获取.lh文件中某个节点克隆不显示!!!!!!!
Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish3));
详细情况请见附件代码!!!来回屏蔽三个函数即可看到重现!!!已经尝试过很多方法未得到解决,望官方给个解决方案,
非常感谢!!!
附件:
Test_Kelong2.rar