[]添加fairygui使用fairygui.UIPackage.addPackage ( "res/Bag" )后可以正常跑,发布到微信小游戏出错

private function beginLoad():void {
            //加载引擎需要的资源
            //Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, onLoaded)); 
            Laya.loader.load
            (
                [
                    { url: "res/atlas/comp.atlas" , type: Loader.ATLAS },
                    { url: "res/Bag@atlas0.png", type: Loader.IMAGE },
                    { url: "res/Bag.fui", type: Loader.BUFFER }
                ],
                Handler.create(this, onLoaded)
            );
        }
        
        private function onLoaded():void {
            //实例UI界面
            var testView:TestView = new TestView();
            Laya.stage.addChild(testView); 
            fairygui.UIPackage.addPackage ( "res/Bag" );
            Laya.stage.addChild ( fairygui.GRoot.inst.displayObject );
            fairygui.GRoot.inst.addChild ( fairygui.UIPackage.createObject( "Bag", "Main" ) );
        }
QQ图片20180513165304.png QQ图片20180513165603.png
已邀请:

Laya_XSN

赞同来自:

你这是微信小游戏报错,你可以打开调试断点模式,然后刷新下小游戏就可以报到你具体报错的地方了。

J

赞同来自:

断点调试发现是xml解析的问题  
https://ask.layabox.com/question/10252 
https://github.com/jindw/xmldom

要回复问题请先

商务合作
商务合作