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

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

41. worker的问题 [ 71%]

...new脚本通不过,直接报错了 "Failed to construct 'Worker': Please use the 'new' operator, this DOM object constructor cannot be called as a function." 2018-01-08 0 0 分享 微博 QZONE 微信 fool_tiger 赞同来自: 还要在index.html中写啊,我以为在as3脚本里写就行了? 20...

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

42. list中的item类中的button注册事件不响应 是怎么回事呢 ?可以帮帮我解答下吗 [ 70%]

...ivate skin_img:Laya.Image; private skin_chipNum:Laya.Text; public skin_btn_use:Laya.Image; private skin_lock:Laya.Image; private skin_inUse:Laya.Image; constructor(){ super(); this.size(Item.WID, Item.HEI); this.initBuild(); this.skin_btn_use.on(Laya.Event.CLICK,this,this.onSkinBtnUseClick) } privat...

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

43. 上架的游戏被苹果下架了 [ 70%]

... if the purchasable content, functionality, or services are intended to be used in the app, they must be purchased using in-app purchase, within the app - unless it is of the type referenced in guideline 3.1.3 of the App Store Review Guidelines. Deliberate disregard of the App Store Review Guideline...

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

44. unity导出的ls和lh文件发布到微信小程序,用微信开发者工具打开报错 [ 70%]

...0)里报错,错误为"Scene: the .lh file root type must be Scene,please use other function to load this file."或"Sprite3D: The .lh file root type must be Sprite3D,please use other function to load this file." 跟了一下,发现__proto.onAsynLoaded这个function接收的参数data在layaIDE中...

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

45. 为什么laya中的shader效果没用? [ 69%]

...ction LIGHTMAP_OFF Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME   我...

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

46. 导入微信小游戏的时候 [ 69%]

...eThirdScriptError Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.;at api readFile success callback function Error: Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.     at Sprite3D.__proto.onAsynLoa...

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

47. 使用layaide进行打包,提示如下错误。 [ 69%]

...博 QZONE 微信 林龙 赞同来自: 在每个生成的js脚本头部加 "use strict" 即可。我写了个py3脚本   ``` import os  path = "/Users/uc10d/wp/gitlab/switch/client/bird/bin/js/" #文件夹目录   fns = [os.path.join(root,fn) for root, dirs, files in os.walk(path) for fn in files]...

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

48. Laya2.8.0 beta 创建一个新项目,然后添加laya.cannonPhysics.js库之类的就各种报错 [ 69%]

... SyntaxError: Invalid or unexpected token laya.core.js:21824 ShaderCompile use time:3  size:32274/1165 laya.core.js:21824 ShaderCompile use time:4  size:167/407 laya.core.js:21110 Uncaught Can not find class laya.physics.BoxCollider   然后值引用下面这几个库,则报附件的图片错...

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

49. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 69%]

...编译出错,报 clang: error: linker command failed with exit code 1 (use -v to see invocation),单独 一个xcode项目,同样接入没有报错 2018-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 La...

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

50. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 66%]

...eld] private Transform pivot; [SerializeField] private Transform guard; // Use this for initialization void Start () { pivot.transform.rotation = Quaternion.Euler(0, 0, -20); } // Update is called once per frame void Update () { if (Input.GetKey(KeyCode.A)) { guard.transform.position = new Vector3(g...

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