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

大约有 3,652 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0075 秒)

3541. 微信小游戏引用spine-core-3.8.js报错 [ 46%]

...-8 encoding(env: Windows,mg,1.05.2204264; lib: 2.17.0)   VM84 WAGame.js:2 Error: module "libs/spine-core-3.8.js" is not defined     at require (VM97 WAGameSubContext.js:2)     at a (VM97 WAGameSubContext.js:2)     at index.js? [sm]:28     at require (VM97 WAGameSubContext.js:2)     a...

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

3542. 微信小游戏中访问带空格的文件出错 [ 45%]

...(注:如果多层嵌套的文件夹,有个小bug,会在log处显示error,不过不影响使用,就是不会一次修改完所有的空格文件,多点几次,检查,修改就行,直到显示完成) FileCheck.zip 2019-04-13 0 0 分享 微博 QZONE 微信 差不多先生 赞同来...

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

3543. 2.5.0无法打包oppo的rpk [ 45%]

...: data stderr: internal/modules/cjs/loader.js:583     throw err;     ^ Error: Cannot find module 'shelljs'     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)     at Function.Module._load (internal/modules/cjs/loader.js:507:25)     at Module.require (internal/mo...

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

3544. 1.7版本要初始化后有些代码才能用了 [ 45%]

...t"; var test = {}; test.text = new laya.display.Text(); // in this line is error , so you can't defined class before "Laya.init" Laya.init(800,600); //test.text = new laya.display.Text(); // in this line is right test.text.text = "dsafdsdsada"; test.text.color = "#ff0000"; Laya.stage.addChild(test.t...

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

3545. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 45%]

...上状态机后无法播放 强制导出场景,并加载后提示: TypeError: Cannot read property 'transform' of undefined laya.d3.js:41839 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (file:///C:/LayaPro/LayaAnimator/bin/libs/laya.d3.js:41839:62)   at SkinnedMeshRenderer.__proto._com...

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

3546. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 45%]

...d frame header WebSocket connection to 'ws:// 103.37.44.105:8102/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED   有朋友遇到过这类问题吗? 这是什么情况,有什么解决办法没 :( 2018-06-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

3547. laya3D 发部为android,只要一创建场景(包括空场景)就有如下报错,并且黑屏 [ 45%]

...20:35:11.988 6022-6038/? E/LayaBox: JCSceneCmdDispath::_rendercmd_addChild error can't find the node3d id=-1 2018-01-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 dfklegend 赞同来自: Laya3D.init(1704, 960,...

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

3548. 将字节数组转为图片 [ 45%]

...b:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410                [error]Failed to load: blob:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410              */         }     byte文件.zip 2017-04-17 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

3549. TypeError: relativePath is undefined [ 45%]

TypeError: relativePath is undefined 文档 --> 扩展模块 --> 用LayaAir引擎解析Tiled Map地图 我的代码完全是复制的,一个字都不差 但是运行之后报错:TypeError: relativePath is undefined 文档传送门:https://ldc.layabox.com/doc/?nav=zh-js-3-4-0 2017-12-05 ...

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

3550. 在native下 Laya.Browser.window.Blob不存在 [ 45%]

... xhr.once(Laya.Event.COMPLETE, this, completeHandler); xhr.once(Laya.Event.ERROR, this, errorHandler); xhr.send("http://192.168.10.108:35553/re ... ot%3B, "", "get", "arraybuffer"); function completeHandler(data) { //加载完成返回的data是arraybuffer; //.......这里处理我们加密的图...

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