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

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

151. 字节平台(抖音预览调试),因为一行代码导致无法启动问题 [ 66%]

...} if (instance instanceof Object) { var copyInstance = {...(instance as { [key: string]: any }), } as { [key: string]: any } for (var attr in instance) { if ((instance as Object).hasOwnProperty(attr)) copyInstance[attr] = GameUtils.deepCopy<any>(instance[attr]) } return copyInstance as T } ret...

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

152. layaair.so 底层崩溃 [ 66%]

...5 Foreground: Yes Build: OPPO/A83/A83:7.1.1/N6F26Q/1524206852:user/release-keys *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'OPPO/A83/A83:7.1.1/N6F26Q/1524206852:user/release-keys' Revision: '0' ABI: 'arm' signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0...

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

153. Animation 使用疑问 [ 66%]

...aniBody.clear();         let loopPlay: boolean = true;         let key: string = actionName + "_" + Math.abs(direction);         this.aniBody.play(0, loopPlay, key);         var bound: Laya.Rectangle = this.aniBody.getBounds();         this.aniBody.pivot(bound.width / 2, bound.he...

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

154. 背景音乐播放BUG,销毁异常导致的播放异常,里面有修改方案 [ 66%]

...f(url == SoundManager._bgMusic) return; 2.存背景音乐的_audioCache的key和其他的集合中的背景音乐用同一个key,改变内容前做对象清理,改变背景音乐直接覆盖掉。   没必要demo了吧 - -!   附件 : --> q.zip 2021-01-12 添加评论 免费帖 --> 分享 微...

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

155. 资源导出出错,怎么解 [ 65%]

资源导出出错,怎么解 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/Syst...

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

156. 缓动-时间线 [ 65%]

... Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Keyboard = Laya.Keyboard; var TimeLine = Laya.TimeLine; var WebGL = Laya.WebGL; var target; var timeLine = new TimeLine(); (function () { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV...

来源: Laya_示例 发布时间: 20260303

157. LayaAir IDE 语言包的使用? [ 65%]

... laya21126 赞同来自: 这个语言包功能不实用 1)用内容做为key,这个key一般开发中会变动 2)一般开发语言包翻译是分期让翻译人员来翻译的,如何合并 3)只对UI中部分组件有用,且代码中不支持   官方能否出个解决方案   我们...

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

158. unity导出模型报KeyNotFoundException [ 65%]

unity导出模型报KeyNotFoundException 你好,我测试Untiy导出3d角色模型时发现的问题 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.Stri...

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

159. 小游戏发布 · LayaAir3.4 · 引擎文档 · LAYABOX [ 65%]

... { “showStatusBar”: true } ,那么最终的game.json文件里这个key值就会被加入,并且引擎模版里的game.json其他key值会保留。 三、LayaAir适配哪些小游戏平台 LayaAir 3.0当前适配了以下平台: 微信小游戏 抖音小游戏 OPPO小游戏 vivo小游戏 ...

来源: Laya3.0_文档 发布时间: 20251010

160. [unity动画导出] unity导出3d动画报错 [ 64%]

... 请问这个应该要怎样处理   (没有勾选预烘焙骨骼)报错 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <e1319b7195c343e79b385cd3aa43f5dc>:0) n.a (UnityEngine.GameObject A_0, S...

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