大约有 151 项符合查询结果, 库内数据总量为 31,715 项。 (搜索耗时: 0.0039 秒)
...动chrome出现错误: Error processing launch: Error Could not attach to main target 加载到舞台的3D模型不显示贴图 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 unity中的模型导出后在laya中显示不正常 版本不匹...
来源: Laya_社区 发布时间: 20250217
...ec3 a_Normal; uniform mat4 u_MvpMatrix; uniform float u_OutlineWidth; void main() { vec4 position = vec4(a_Position.xyz + a_Normal * u_OutlineWidth, 1.0); gl_Position = u_MvpMatrix * position; } ``` 片元着色器 `outline.fs` 代码如下: ```c++ #ifdef FSHIGHPRECISION precision highp float; #else...
来源: Laya2.0_文档 发布时间: 20210715
...动chrome出现错误: Error processing launch: Error Could not attach to main target IDE1.7.8 json图集加载问题 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 关于适配采用showAll后留白部分的颜色问题 问题状态 最...
来源: Laya_社区 发布时间: 20180712
...动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 请问2.0的...
来源: Laya_社区 发布时间: 20210918
...script src="js/ui/layaUI.max.all.js"></script> <script src="js/Main.js"></script> </body> </html> 然后按F5, 后提示以下错误: ReferenceError: Laya is not defined 实在不知道是什么原因, 上来求指导. 我使用的是LayaAir IDE 1.8.12 版本 ...
来源: Laya_社区 发布时间: 20201003
...动chrome出现错误: Error processing launch: Error Could not attach to main target 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 如何通过命令行工具构建和发布项目 图集打包找不到图集文件 用了第三方socket类 项目在IDE上可以连接正常运行...
来源: Laya_社区 发布时间: 20191130
...动chrome出现错误: Error processing launch: Error Could not attach to main target 2.1.1.1引擎微信小游戏掉帧严重 问题状态 最新活动: 2018-07-12 00:04 浏览: 4491 关注: 4 人 Laya_Aaron • 2018-06-04 18:06 发布一次就可以是为了合并 zmd • 2018-06-04 18:09 那这...
来源: Laya_社区 发布时间: 20180604
...a.display.Sprite; import ui.BGPageUI; import ui.MonkeyPageUI; public class Main { public function Main() { //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); Laya["Physics"] && L...
来源: Laya2.0_文档 发布时间: 20210714
...动chrome出现错误: Error processing launch: Error Could not attach to main target Unity场景使用Laya导出插件导出,总是提示LayaAir3D UnityPlugin: unknown Shader Please use LayaAir3D shader spine在微信小游戏中切换动画无法显示 版本不匹配! 全局 tsc (2.2.2) != VS C...
来源: Laya_社区 发布时间: 20240710
...awinflate.min.js"); require("./libs/fairygui/fairygui.min.js"); require("./main.min.js"); 以下是报错内容:TypeError: Cannot use 'in' operator to search for 'Zlib' in undefined at p (rawinflate.min.js? [sm]:1) at rawinflate.min.js? [sm]:14 at rawinflate.min.js? [sm]:14 at require (WAGame.js:1...
来源: Laya_社区 发布时间: 20180109