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

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

11. 打包native报错 [ 93%]

...c.js   2019-06-18 13:34:09.284513+0800 test1[6479:65523]  loadApp:http://stand.alone.version/index.js 2019-06-18 13:34:09.285842+0800 test1[6479:65523] setCachePath:/Users/tinsoldier/Library/Developer/CoreSimulator/Devices/EB7DAF12-B550-4E95-8A8E-7515308079E6/data/Containers/Data/Application/70B6C...

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

12. 纹理集包含多个动作的时候按照技术文档写出来的不能正常播放呢? [ 91%]

...再贴一段我写的例子里面的代码,直观一点: private const stand:String = "STAND"; private function loadActionsComplete():void {     //创建动画模板dizziness      //Animation.createFrames(aniUrls("zy/" + stand + "000", 5), stand + "000");//这么写也不对      Anima...

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

13. 动画不显示 [ 90%]

...      {                     urls.push("Res/atlas/array/stand/" + ((dir*4) + i) + ".png");                 }                 for (var j:int = 0 ; j < 8 ; j ++)                 {                     urls.push("Res/atlas/array/run...

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

14. 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function [ 90%]

...pploader.js:4515:32)         at Function.LayaNative2D.__init__ (http://stand.alone.version/lib ... 020:45)         at Function.RunDriver.enableNative (http://stand.alone.version/lib ... 164:17)         at Object.Laya.init (http://stand.alone.version/libs/laya.core.js:273:14)         ...

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

15. ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! [ 90%]

...: 05-04 14:56:52.020 23894-24011/com.layabox.game I/LayaBox: alert=http://stand.alone.version/libs/laya.d3.js:1: ReferenceError: ConchShader is not defined                                                            .particleShuriKen.module.shape.SphereShape",e);var n=t....

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

16. laya打包APK无法进入游戏 [ 89%]

...=8,opttimeout=1798 03-07 15:59:40.935: I/LayaBox(24066): Downloaded http://stand.alone.version/src/view/pop/popAdv.js@ s=0 l=0 03-07 15:59:40.935: I/LayaBox(24066): Downloaded http://stand.alone.version/src ... js%40 s=0 l=0 03-07 15:59:40.935: E/LayaBox(24066): JCFileRes::onDownloadError file error...

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

17. 动画实例在调用含有名字参数的时候获取不到边界 [ 86%]

...(let i in this.playerUnit){ Laya.Animation.createFrames(this.aniUrls("stand",4),"player"+i+"stand") //this.playerUnit[i].play(0,true,"player"+i+"stand"); this.playerUnit[i].play(); let bounds = this.playerUnit[i].getGraphicBounds(); this.playerUnit[i...

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

18. [LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 [ 86%]

...Text (apploader.js:338:34)         at Text.__proto._parseLines (http://stand.alone.version/lib ... 784:53)         at Text.__proto.typeset (http://stand.alone.version/lib ... 8727:8)         at LaterHandler.__proto.run (http://stand.alone.version/lib ... 207:45)         at CallLater....

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

19. 碰撞检测 outHitInfo.distance 一直等于 -1 ?(TS代码) [ 86%]

...leAni:Laya.Animator; /*角色当前动作*/ public currentAction:string = "stand"; /*角色动画是否完成*/ public aniComplete:Boolean = true; /*角色移动速度*/ public speed:number = 0.04; /*3D摄像机*/ public camera:Laya.Camera; /*摇杆控制器*/ private rocker:RockerView; /*攻击按...

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

20. animation动作切换问题 [ 83%]

...tion动作切换问题 一个图集里面打包了两个动作(“run”"stand"),播放两遍stand动作结束后,播放run动作,如何切换呢?是注册事件Event.complete,监听stand播放是否完毕吗? 2018-06-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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