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

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

271. the server responded with a status of 404 (Not Found) [ 51%]

...t::ERR_FILE_NOT_FOUND 发布时提示index.html not found unity3d sentinel key not found 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常...

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

272. laya3.0中jszip使用异常 [ 51%]

...in zipData.files) {                             console.log(`key=${i},value=${zipData.files[i]}`);                         }                     }                 )             }         ); 在loadAsync这里报错:[Game] Uncaught (in promise) ...

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

273. 2.4,2.5版本U3D导出插件导出模型时抛出代码异常 [ 51%]

...3D工程在这里上传失败,已经发送到1029805476@qq.com 异常: KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) r.a (UnityEngine.GameObject A_0, ...

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

274. [LayaAir3]OPPO小游戏下图片地址无法加载 [ 51%]

...无法加载 这种图片地址 https://sh.mudgj.com/api/player/auth/img?key=testpng oppo小游戏下 无法显示  Laya.loader .load( "https://sh.mudgj.com/api/playe ... ot%3B, Laya.Loader.IMAGE ) .then((res: Laya.Texture) => { let sp = new Laya.Sprite(); sp.texture = res; sp.pos(0, 200); this....

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

275. 怎么给List下的每个item中的button添加事件? [ 51%]

...ar i = 0; i < 5; i++){ var btn = new Laya.Sprite(); btn.loadImage("Key.jpg",i*100,800,100,60); btn.id= i; btns.push(btn); this.btnBox.addChild(btn); console.log(btn.id); } for(var i = 0; i < 5; i++){ btns[i].on(Laya.Event.CLICK,this,judge,[i]); } function judge(aa){ console.log(&quot...

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

276. 在Form输入用户名密码的时候 tab切换焦点 没有类似as3中tabindex设置 [ 50%]

...捕获大部分按键 但tab键是无法捕获的! userName_txt.on(Event.KEY_PRESS,this,tabNext,[userName_txt]); private function tabNext(e:Event,target:Node):void {       if(e.keyCode == Keyboard.TAB)      {             //无法触发 焦点直接直接到浏览器外去了(浏览器...

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

277. AS转换JS运行报错 [ 50%]

...c正常,但按键回调函数中调用DoFunc报错 我现在得到结论 KeyHandler中的this不能指代__proto对象 要使this指代过去,我记得参数中要加个参数才对,麻烦看下是不是转换问题,还是有这种写法   附件 : --> 2017-01-23 添加评论 免费帖 --> ...

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

278. LayaAir3D Warning : MyWater must config in CustomShaderConfig File. [ 50%]

...toomShaderConfig.json文件,在里面写了各种各样的方案,比如key为 shader名称,value为shader文件路径……,继续导出,仍然报同样的警告。   3.请问这个具体应该怎么去配置啊?配置格式到底是如何才算正确? 2019-08-19 添加评论 免费帖 ...

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

279. 关于2.3.0动作克隆问题,AB两个怪物用同一个模型,A的动作会影响B。 [ 50%]

...的时候是 let state: AnimatorState = new AnimatorState(); state.name = key;// walk/idle/attack state.clipStart = clipStart; state.clipEnd = clipEnd; state.clip = this._animator.getDefaultState().clip; this._animator.addState(state);每个状态的clip都是 this._animator.getDefaultState().clip ...

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

280. UC浏览器访问,先黑屏,点击后进入正常页面,(不点击一直黑屏) [ 49%]

...器 https://wap3.ucweb.com/files/U ... f145_(Build170329180734).apk?auth_key=1491533407-0-0-ee5e959bf7c67ab367ae1a6aae658018&SESSID=dd4d4dc5b7388733d47ed7fdb52f475e UC浏览器最新版本黑屏.zip 2017-03-31 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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