大约有 2,606 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0088 秒)
Unity2.10.0beta插件报错 NullReferenceException: Object reference not set to an instance of an object o.c (UnityEngine.GameObject A_0) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.k (UnityEngine.GameObject A_0, c A_1) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.a (UnityEngine.GameObje...
来源: Laya_社区 发布时间: 20201230
U3D场景导不出,出现以下问题。求帮忙导出!!!!! 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/b...
来源: Laya_社区 发布时间: 20171106
释放已经预加载但未使用的模型资源报错 预加模型载资源会占用内存,在未使用该模型资源的情况下去释放它会报错,必须要先调用Laya.loader.getRes()获取模型并调用destroy()才行,希望官方能够尽快修改此bug。 2017-12-02 添加评论 ...
来源: Laya_社区 发布时间: 20171202
mac 下翻译出来的顺序问题 //class laya.webgl.canvas.save.SaveBase var SaveBase=(function(){ function SaveBase(){ //this._valueName=null; //this._value=null; //this._dataObj=null; //this._newSubmit=false; } __class(SaveBase,'laya.webgl.canvas.save.SaveBase'); var __proto=SaveBase.prototype;...
来源: Laya_社区 发布时间: 20171104
2.2.0 bata3 开放域透传功能报错 库升级到2.2.0 beta3后,原有的排行榜功能出现了显示问题,查看console应该是开放域没有找到文件。 微信开发工具: 手机调试控制台: 附件 : --> 2019-08-14 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20190814
我在Layasample主类中,检测键盘按下并输出一切正常,可是放到其他类里面则能检测到按键按下,却一直输出undefined var GameStart = (function (_super) { function GameStart() { GameStart.super(this); Laya.stage.on(Laya.Event.KE...
来源: Laya_社区 发布时间: 20180208
求助 Uncaught ReferenceError: Laya3D is not defined 这个Uncaught ReferenceError: Laya3D is not defined 是我没导入包吗? 下面是index中的部分导入 <script type="text/javascript" src="libs/laya.d3.js"></script> <script type="text/javascript" src="libs/laya.core.js"...
来源: Laya_社区 发布时间: 20170313
小游戏启用版本管理本地资源加载报错解决方案 小游戏启用版本管理本地资源加载报错解决方案 发布小游戏,启用版本管理,设置MiniAdpter.nativefiles后资源仍然从网络加载的问题。 先修改bin/libs/laya.core.js文件 1. 大约16040行 if (ty...
来源: Laya_社区 发布时间: 20190403
layabox加载fairygui发布的二进制文件报错 用的是layabox2.6.0 在微信小游戏里面可以正常加载,vivo小游戏加载不了,路径没问题,麻烦看下 加载代码 Laya.loader.load([ { url:"res/Bag_atlas0.png", type:Laya.Loader.IMAGE }, ...
来源: Laya_社区 发布时间: 20200429
[Error] TypeError: null is not an object (evaluating 'this._style._tf') 请问这个怎么解决? Safari , Chrome 同样有这个问题 [Error] TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlo...
来源: Laya_社区 发布时间: 20181020