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

大约有 269 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0065 秒)

251. Cannot read property 'rayCast' of undefined [ 45%]

Cannot read property 'rayCast' of undefined export default class indexscene extends Laya.Script { constructor(){ super(); this.rotation = new Laya.Vector3(0, 0.01, 0); this.point = new Laya.Vector2(); this.ray = new Laya.Ray(new Laya.Vector3(),new Laya.Vector3()); //1.开启第四个参数 let conf...

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

252. 重要问题:关于苹果审核被拒 [ 42%]

... The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.  Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of ...

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

253. 攻略贴:打包apk完整流程记录(单机版) [ 41%]

...,如果是用open project打开的项目,编译的时候,会报“Can't find bundle for base name Message, locale zh_CN”。     坑6: 依然是步骤3中,如果import路径不是选的步奏2中 输出路径 下的目录android_studio,而是直接选了导出的路径,项目在...

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

254. Layabox 1.8.5beta 发布 QQ小游戏 出现HTMLAnchorElement找不到的问题,在laya上能正常运行,发布微信小游戏也都可以,空项目也是可以的 [ 41%]

...目也是可以的 (8) 文件code.js执行出现异常 ReferenceError: Can't find variable: HTMLAnchorElement, 在文件/var/mobile/Containers/Data/Application/E3BF064E-27C0-458F-AA17-18DAC45C068D/Library/Caches/MiniGame_v1/1109894360/1/1_0_0/unpack/game.js(行2,列232517), 堆栈:/var/mobi...

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

255. 发布原生 ios/android 的渲染问 题 [ 40%]

...个问题 就是 我进入游戏 就会提示alert("ShaderData getTexture can't support");  我们在游戏中也 确实进行了相关的操作  private onTexLoad(tex:Laya.Texture2D):void { // let oldTex = this.material.getTexture(); this.material.setTexture(tex); this.plane.active = true; // if(...

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

256. laya发布vivo小游戏失败 [ 40%]

...9:49 index.js:829 data stderr: stderr: npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-08-18T01_47_13_310Z-debug.log index.js:829 data 2 end) npm install -g @vivo-minigame/cli:1 index.js:829 data laya_ide_time.gulp.taskcreat...

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

257. 新手常问问题 欢迎补充 [ 40%]

...同来自: 5. 常见ide错误提示 https://ask.layabox.com/question/4562 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:// https://ask.layabox.com/question/12302   2018-03-08 0 0 分享 微博 QZONE 微信 qian 赞同来自: 6.添加第...

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

258. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 40%]

...ile not found Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 Swift中接入其他都正常,但是在你们的c...

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

259. 运行器在手机上一打开就崩溃 [ 37%]

...ormInitOK 07-22 15:28:49.275: E/0(13400): ==============Java流程 InitMainCanvas() 07-22 15:28:49.275: E/LayaConch5(13400): plugin-----------------EngineStart() = /data/user/0/com.layabox.conch5//LayaCache/localstorage 07-22 15:28:49.327: E/dboxed_process(13427): Not starting debugger since process...

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

260. 本地双击html如何打开laya项目? [ 33%]

...iew的官网api有这样一句话:This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity. It uses the WebKit rendering engine to display web pages 。原来webview也相当于一个浏览器,使用webkit作为渲染引擎...

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