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

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

1471. 苹果上架问题, [ 42%]

...cilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code whi...

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

1472. 让 CylinderMesh 支持椎体 [ 41%]

...szen 相关问题 LayaBox IDE 支持多开吗 请问一下 ProtoBuf 支持 as3 版本吗? 你好,问下新发布的2.0有关于 自动打包的支持吗? layaair-cmd 是否更新了? FBXTools支持V-Ray插件的渲染吗? byteArray支持么? SCRIPT445: 对象不支持此操作 laya编辑...

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

1473. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 41%]

..., Node.js 10.x版本下载地址为: https://nodejs.org/download/release/latest-v10.x/ 截止到本篇文档撰写时,当前的12.x版与Gulp环境冲突,会导致本文中的命令行编译无法执行,所以,如果开发者没下载安装nodejs的,请直接下10.x版本,且必须...

来源: Laya2.0_文档 发布时间: 20210715

1474. 分享:Dragonbones/Spine的换肤操作 [ 41%]

...a.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class LayaAirDemo { private var templete:Templet;//动画模板类 private var skeleton:Skeleton;//骨骼动画类 private var curNum:int=0;//curNum%2求余数,切换不同皮肤 public function LayaAirDemo() { Laya.init(Brow...

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

1475. FBX导出Index was outside the bounds of the array [ 40%]

FBX导出Index was outside the bounds of the array FBX导入Unity,版本Unity 2018.4.0f1. 再使用LayaAir3D Export Tool导出出现 Index was outside the bounds of the array.   附件是FBX文件   IndexOutOfRangeException: Index was outside the bounds of the array. p.a (UnityEngine.Mesh A_0,...

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

1476. 1.0 骨骼drawcall优化猥琐方法 [ 40%]

...             var tShaderValue:SkinSV = tempSubmit.shaderValue as SkinSV;                 var tArray:Array = tShaderValue.u_mmat2||RenderState2D.getMatrArray();                 RenderState2D.mat2MatArray(_tempMatrix, tArray);                ...

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

1477. 导出素材,不拷贝未打包资源 [ 40%]

...信 lilynumber1 赞同来自: IDE导出素材 不拷贝未打包的素材 asset目录里文件有些多.导出的时候 经常出现IDE未响应,让选择关闭还是继续等待!我觉得导素材的时候应该在输出里打印一些详细信息出来,现在都不知道那么打包了,到...

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

1478. [0]laya-zip让你的游戏加载速度提升350%!! [ 39%]

...发人员 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) IDE1.7.8 json图集加载问题 移植了一个游戏 代码重新 写的 Animation 的createFrames 使用已经加载的图集缓存动画失败 问题状态 最新活动: 2024-08-12 10:06 浏览: 31782 关注: ...

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

1479. 使用laya的unity插件2.4.0导出预设总是报错。2.3.0是没问题的 [ 38%]

...source (System.Boolean isDebug, System.Int32 Platformindex, System.String lastname) (at <4c85cf47277b4445acd70e744ee59b72>:0) LayaAir3D.ExportResources () (at <4c85cf47277b4445acd70e744ee59b72>:0) LayaAir3D.OnGUI () (at <4c85cf47277b4445acd70e744ee59b72>:0) System.Reflection.MonoMe...

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

1480. laya native加载人物模型出错 [ 37%]

...载人物模型出错 我使用 var that=this; Laya.loader.create("res/3d/baseman01.lh", Laya.Handler.create(this, function(){  var scene3d=new Laya.Scene3D(); that.owner.addChild(scene);  var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone(); scene3d.addChi...

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