大约有 471 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0047 秒)
...游戏发布后,在开发者工具中报错, 报错如下: VM819:1 gameThirdScriptError Unexpected token in JSON at position 787;at api readFile success callback function SyntaxError: Unexpected token in JSON at position 787 at JSON.parse (<anonymous>) at Function.e.getJson (http://127.0...
来源: Laya_社区 发布时间: 20180725
gameThirdScriptError ccs.armatureDataManager.addArmatureFileInfo报错 WAGame.js:3 gameThirdScriptError a.querySelectorAll is not a function;at api request success callback function TypeError: a.querySelectorAll is not a function at Object.addDataFromCache (http://127.0.0.1:64203/game/game.mi...
来源: Laya_社区 发布时间: 20180607
小程序不支持matter.js吗 VM145:1 gameThirdScriptError Matter is not defined ReferenceError: Matter is not defined at http://xxx.xxx.x.x:14680/game/code.js:1:839076 at http://xxx.xxx.x.x:14680/game/code.js:1:843108 at require (http://xxx.xxx.x.x:14680/game/ ... :77964) at http://xxx.xxx.x.x:14...
来源: Laya_社区 发布时间: 20181124
... not a function at Function.URL.formatURL (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya.core.js:4418:12) at Function.Loader.getRes (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya.core.js:11178:32) at Graphics.__proto.loadImage (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya...
来源: Laya_社区 发布时间: 20170206
...d/ProjectExportTools/LayaAirCmdTool.max.js', '/Users/xxx/Desktop/chickenGame/chicken_game/laya/.laya', 'clear=true', 'releasemode=normal', 'exportUICode=true', 'exportRes=true' ] type: Darwin appPath: /usr/local/lib/node_modules/layaair-cmd/ProjectExportTools/ openProject: /Users/xxx/...
来源: Laya_社区 发布时间: 20190322
...与项目JS,位于的淘宝创意互动的 `pages/index/` 目录下: - game.axml:入口的页面结构 - game.json:界面相关json - game.js: 入口类 - tools 文件夹:一些工具类,不要修改 - 其他与开发者 `bin` 目录下保持一致 ### 三、使用开发者工具打开...
来源: Laya2.0_文档 发布时间: 20210714
导出微信报错Uncaught (in promise) gameThirdScriptError Uncaught (in promise) gameThirdScriptError undefined is not an object (evaluating 'result.done') at step (game.js:6:313) at (game.js:6:418) at E (WAGameSubContext.js:2:66752) at __awaiter (game.js:6:103) at (game.js:6...
来源: Laya_社区 发布时间: 20200410
微信小游戏 gameThirdScriptError events (unknown) gameThirdScriptError Cannot read property 'events' of undefined TypeError: Cannot read property 'events' of undefined at Function.EventDispatcher.__init$ (http://127.0.0.1:52880/game/code.js:630:29) at http://127.0.0.1:52880/game/cod...
来源: Laya_社区 发布时间: 20180504
...的,但在微信小游戏(编辑器)环境下会报这个错误: WAGame.js:4 request:fail invalid url "protobuf/awesome.proto" 附件图片中可以知道protobuf/awesome.proto这个文件和目录我是有的 求微信小游戏(编辑器)环境下Laya.Browser.window.protobuf.load读取...
来源: Laya_社区 发布时间: 20180302
...通过loader去加载界面的配置文件:Laya.loader.load(['res/atlas/game.json'],Laya.Handler.create(this,Slot.onSourcesLoaded), Laya.Handler.create(this,Slot.onSourcesLoading,null,false),Laya.Loader.ATLAS);这样写似乎监听的当前加载进度不太对,我总共有6张未打包图和1...
来源: Laya_社区 发布时间: 20170225