大约有 85 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0032 秒)
[LayaAir3]LayaAir3.0UnityPlugin 导出出错 在unity2022中使用导出插件出错 GUI Error: Invalid GUILayout state in LayaAir3D view. Verify that all layout Begin/End calls match UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) MissingReferenceException: The object of type 'Skinned...
来源: Laya_社区 发布时间: 20240111
... ], "target": "es6", "noEmitHelpers": false, "sourceMap": true, "experimentalDecorators": true }, "exclude": [ "node_modules", ".laya", ".rpt2_cache" ...
来源: Laya_社区 发布时间: 20191101
...res 文件夹把资料放进去 控制台显示 [warn]Retry to load: res/ziti.fnt [warn]Retry to load: res/ziti.png [error]Failed to load: res/ziti.fnt [error]Failed to load: res/ziti.png 知道的说说吧 附件 : --> 2017-08-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20170811
...已经查到了: Can't set data directory suffix: WebView already initialized 是因为穿山甲广告也会创建一个WebView导致的崩溃 安卓应用程序不能再跨进程共享单个WebView数据目录。如果您的应用有多个使用WebView,CookieManager或android.webkit包中...
来源: Laya_社区 发布时间: 20200829
...还被拉伸了 代码: //初始化小游戏适配库 Laya.MiniAdpter.init(); //初始化引擎 Laya.init(1080,1860,laya.webgl.WebGL); //适配模式 Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; Laya.stage.screenMode = Laya.Stage.SCREEN_VERTICAL; Laya.s...
来源: Laya_社区 发布时间: 20180317
...发者模式提示如下: The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page 在下小白 ,请回答的详细点。最好有代码实例; 2018-05-09 1 条评论 已悬赏3元 --> 分享 微博 QZONE 微信 没有找到相关结果...
来源: Laya_社区 发布时间: 20180509
...个模型,就可以看到问题) Tiling is not broken. The problem with IE is that it pre-mutliplies colors by alpha, and then divides back, ignoring UNPACK_PREMULTIPLY_ALPHA_WEBGL being false. Closer your alpha to 0, more precision loss occurs on IE. Try separating color and alpha to differe...
来源: Laya_社区 发布时间: 20180414
...浏览器端的页面也会在编译完成之后自动刷新 https://github.com/mullezki/laya-template 使用方法很简单,安装node.js之后,命令行切换到工程目录 1.npm install 2.gulp debug 欢迎大家使用,提意见~ 2016.05.05 更新: 直接clone模板的方式...
来源: Laya_社区 发布时间: 20160503
... App Updates for HTML5 Apps September 6, 2019 In order to provide users with the secure and curated experience that they expect on the App Store, we have always specified that apps must be self-contained bundles. This means that the core features and functionality of the app must be contained within...
来源: Laya_社区 发布时间: 20190909
...证可靠。 参考:https://stackoverflow.com/questions/12427880/is-it-important-to-call-gldisablevertexattribarray 问题出在粒子系统的shader用到了很多顶点属性,一般的shader顶多用2~3个,粒子系统用到了10个,而这些属性在enableVertexAttribArray之后没...
来源: Laya_社区 发布时间: 20200708