大约有 2,530 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
3d导入粒子效果报错 代码 var particleSprite3D = Laya.Sprite3D.load("res/partical1/sceneFXMaker.lh"); 报错 Error: LoaderManager:unknown file(res/partical1/Assets/IGSoft_Tools/FXMaker/ToolResource/Texture/MapGrid.psd) extension with: psd. at LoaderManager.__proto._create (file:///C:/Users/...
来源: Laya_社区 发布时间: 20180328
游戏资源加载问题! 1.请求资源不确定有没有跨域 2.资源是存在存在的 3.代码上是没有问题的! 现在问题就是加载资源失败! 有时候同一个图集的资源有的可以找到,有的找不到! 2017-12-27 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20171227
U3D场景导不出,出现以下问题。求帮忙导出!!!!! KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/b...
来源: Laya_社区 发布时间: 20171106
IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) 1.LayaAirIDE(1.7.0beta)新建的空项目 2.FlashBuilder4.7导入项目,外部工具配置,选择LayaAirAs3_1.7.0_beta下的laya.js.exe 3.修改文档类显示图片(内容简单,在后面有代码),编...
来源: Laya_社区 发布时间: 20170228
U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom 环境:Unity 5.6.7f1, Laya 2.1, 插件:最新, 所有项目和资源都在附件里:U3D项目和Laya项目 动画控制器没用OverrideAnimator Rig为...
来源: Laya_社区 发布时间: 20190809
js进度,进度,js场景进度效果 new function() { var className = 'Game'; window[className] = (function(original) { function Class() { this.arr = [ "res/atlas/lucky8.json", "res/atlas/lucky8/lewinlineicons.json", "res/atlas/lucky8/setting.json", "res/atlas/lucky8/setView.json", "res/atlas/lucky...
来源: Laya_社区 发布时间: 20170803
关于ios下的错误 libGPUSupportMercury.dylib 0x000000018f074000 + 8588 1 libGPUSupportMercury.dylib gpusSubmitDataBuffers + 164 2 IOAccelerator IOAccelContextFinishResourceSysMem + 64 3 libGPUSupportMercury.dylib gldFinishObject + 128 4 GLEngine _glBufferSubData_Exec + 716 5 WebCore WebCore::We...
来源: Laya_社区 发布时间: 20180409
动画混合问题,Avatar动画混合报错. 我看2.1的文档已经支持animator的混合过度,但是我在unity里面animator controller里面添加了2个动画层,和mask avatar。导出后播放动画直接报错 TypeError: Cannot read property 'time' of undefined laya.d3.js:22278 at ...
来源: Laya_社区 发布时间: 20191026
...勾选快速渲染 直接报渲染错误 Uncaught TypeError: Cannot read properties of undefined (reading 'renderType') at WebRender2DPass.batch (WebRender2DPass.js:236:47) at WebRender2DPass.fowardRender (WebRender2DPass.js:151:64) at WebRender2DPassManager.apply (WebRender2DPass.js:382:22) at Rend...
来源: Laya_社区 发布时间: 20250826
飞机大战地图滚动报错,麻烦看下? Laya.init(650, 316, Laya.WebGL); var bg1 = null; var bg2 = null; var box = null; function bg_rolling() { box = new laya.display.Sprite(); Laya.stage.addChild(box); bg1 = new laya.display.Sprite(); bg1.loadImage("res/bg1.png");...
来源: Laya_社区 发布时间: 20160721