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

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

151. "设计模式"导出的View出现“lose skin radio_1.png”错误。有简单的办法吗? [ 69%]

...径的问题,难道我需要在这里自己手动修改为“res/atlas/assets/radio_2.png”吗? 2.还有一种方法是将assets资源目录下的图片再复制一份去bin目录,但那好麻烦啊。 有其他办法吗? ------------------------------------ 问题补充: 对图集进行...

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

152. layaAir3D插件对应的unity版本 [ 69%]

...port.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:337) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, ...

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

153. 如何将TTF字体导入到LayaAir编辑器中? [ 68%]

...交 1 个回复 JasonLu 赞同来自: 可以使用啊,放到工程/laya/assets目录下,用Laya.loader.Load()加载出来就可以了,IDE里面直接填字体的名称就可以了。 亲测可用 2018-07-02 0 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前...

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

154. 导出场景报错 [ 68%]

...port.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:427) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:331) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, ...

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

155. scaleMode设为full时怎么pc浏览器跟平板上效果不一样? [ 68%]

...ge.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.loader.load("assets/bg.jpg", Handler.create(this, loadCompleteHandler)); } private function loadCompleteHandler():void { var bg:Image = new Image("assets/bg.jpg"); Laya.stage.addChild(bg); }这张图在三星平板上可以完整显示出...

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

156. ui资源存的位置 [ 68%]

...21 在ide里面资源comp文件夹,点击右键打开所在目录是laya/assets/comp cuixueying • 2017-05-25 10:23 那个不是你项目的资源目录,是IDE的,你的资源目录在bin下 jison_ailin • 2017-05-25 14:02 @cuixueying:那怎么使用外部资源,然后添加到ide呢 cuixu...

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

157. unity导出动画如何使用 root motion node [ 68%]

...port.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:337) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, ...

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

158. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 68%]

....5.3导出报IOException: Win32 IO returned 267. Path: E:/model/LayaScene_/Assets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDirectory (System.St...

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

159. 请问例子特效导出时报错? TypeLoadException: Could not load type 'MainModule'. [ 68%]

... (Boolean selected, Boolean scene) LayaPlugin.windowShowExportScene () (at Assets/LayaPlugin/LayaItem.cs:116) LayaPlugin.OnGUI () (at Assets/LayaPlugin/LayaItem.cs:40) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] pa...

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

160. 项目资源,以及打包问题若干 [ 68%]

...小图资源并应用到项目中,而小图路径为 打包前“laya/assets”目录下文件路径。打包APK时编译的是H5目录,那我是否需要把 “laya/assets”目录用的小图  拷贝至bin/h5目录下?       问题2:bin/h5目录下 我修改了目录结构,如下...

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