• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,631 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)

131. __class is not defined [ 79%]

...ined ReferenceError: __class is not defined at http://127.0.0.1:56728/game/code.js:53274:3 at http://127.0.0.1:56728/game/code.js:53276:4 at require (http://127.0.0.1:56728/game/__ ... :13675) at http://127.0.0.1:56728/game/__ ... 13424 at http://127.0.0.1:56728/game/game.js:4:1 at require (http://1...

来源: Laya_社区 发布时间: 20180506

132. 急救:ts项目更新后编译,代码没跟着更新 [ 79%]

...回复 Thylx 赞同来自: 补充下: bin/js  这个是有更新的 bin/code.js  这个没更新 2018-07-05 0 0 分享 微博 QZONE 微信 Thylx 赞同来自: 已经解决了,是缓存问题 删除掉的文件编译后居然还在,导致我的code.js用了旧的 2018-07-05 0 0 分享 微博 ...

来源: Laya_社区 发布时间: 20180705

133. laya1.8版本发布vivo小游戏 [ 78%]

...常进入  ,但是换成我们项目打包vivo报错    只替换了code  其他没有进行变化   附件 : --> layademo.zip 2019-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 陆仁毅 赞同来...

来源: Laya_社区 发布时间: 20191107

134. layaAir2.0 从u3d到处材质动画无法播放 [ 78%]

...请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: code 这个问题,需要先把材质切换到laya的shader,然后再编辑动画,如果直接用unity的编辑再切换shader就不能播的 2019-04-18 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...

来源: Laya_社区 发布时间: 20190417

135. mac安装typescript的问题 [ 78%]

...npm v2.14.20 npm ERR! path /usr/local/lib/node_modules/typescript npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall mkdir npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/typescript' npm ERR! at Error (native) npm ERR! { [Error: EACCES: permission denied, mkdir '/...

来源: Laya_社区 发布时间: 20160829

136. 用模块器报错,真机不会有这个问题,具体看补充 [ 78%]

...报错,真机不会有这个问题,具体看补充 I/art: Increasing code cache capacity to 128KB I/art: Do partial code cache collection, code=56KB, data=40KB I/art: After code cache collection, code=53KB, data=39KB I/art: Increasing code cache capacity to 256KB W/System: ClassLoader referenced...

来源: Laya_社区 发布时间: 20170216

137. 二次开发 异步回调没反应 [ 77%]

....VGUtil"); VGUtil.callWithBack(back, "showVideoAd", type);  function back(code){ LayaManager.showTextTip("广告返回成功:"+code); success.runWith(code); } }  android: public static void showVideoAd(String adname) { //Vgad.showVideoAd(adname); //可播放次数,为-1表示无限次。 int c...

来源: Laya_社区 发布时间: 20190524

138. 微信小程序打包,提示“laya is not defined” [ 77%]

...发工具堆栈:(unknown) ReferenceError: laya is not defined     at code.js:11708     at code.js:11720     at code.js:18226     at require (WAGame.js:11)     at WAGame.js:11     at game.js? [sm]:4     at require (WAGame.js:11)     at gamePage.html:135 window.onerror --------------...

来源: Laya_社区 发布时间: 20180131

139. 微信小游戏IDE加载位图字体,提示错误 [ 77%]

...unction     at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17)     at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11)     at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15)     at Image._source._source.onload (http://127.0.0.1:...

来源: Laya_社区 发布时间: 20180306

140. 2.3.0beta版本,代码有错误还能编译成功 [ 77%]

...se, //Set to false to avoid doing any diagnostic checks on the code                 tsconfigOverride:{compilerOptions:{removeComments: true}}             }), ``` 改为: typescript({                 check: true, //Set to false to avoid ...

来源: Laya_社区 发布时间: 20191011