大约有 26 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)
...Y_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ") 附件 : --> laya-hammer.zip 201...
来源: Laya_社区 发布时间: 20191028
...节点。 2.动画类型只支持Generic类型。 3.不要勾选 Optimize Game Object 选项 (图6) ##### 动画控制器类型 不支持Animator override Controller动画控制器 
来源: Laya2.0_文档 发布时间: 20210714
...节点。 2.动画类型只支持Generic类型。 3.不要勾选 Optimize Game Object 选项 (图6) ##### 动画控制器类型 不支持Animator override Controller动画控制器 
来源: Laya2.0_文档 发布时间: 20210715
...节点。 2.动画类型只支持Generic类型。 3.不要勾选 Optimize Game Object 选项 (图6) ##### 动画控制器类型 不支持Animator override Controller动画控制器 
来源: Laya2.0_文档 发布时间: 20210715
...Y_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 "). Build with -s ASSERTIONS=1 for ...
来源: Laya_社区 发布时间: 20191022
...出后在2.3.0的工程上运行是报错的。 然后现在在unity中把Optimize Game Object这个打钩去掉后导出,就可以了,是不是laya新版本里有进行优化
来源: Laya_社区 发布时间: 20200104
...ymsdandan • 2017-11-30 10:58 @Faith_mkx:你在导出的时候不要勾选Optimize Bones试试 Faith_mkx • 2017-11-30 11:00 @ymsdandan:好的,我尝试下~ Faith_mkx • 2017-11-30 11:08 @ymsdandan:在.lh文件中是不是能看到这个物体的结构信息? 诸如,子节点信息,组件...
来源: Laya_社区 发布时间: 20171129
...p;& ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; var tSound; if (!Browser.onMiniGa...
来源: Laya_社区 发布时间: 20181019
...& ext != "ogg") { alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) so...
来源: Laya_社区 发布时间: 20190115
...息,提示信息如下: `The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document.` 这个时候需要把mp3转换成wav或者ogg格式。 ## 4.解决兼容性 如果你的项目在网页版本中音效使用mp3格式,但是LayaNati...
来源: Laya2.0_文档 发布时间: 20210715