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

大约有 2,344 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0079 秒)

231. 需与其它第三方平台对接的App打包的问题 [ 78%]

...开始登录到登录成功的流程是: 1、登录界面:        http://test.mygame.com 2、平台登录:        http://passport.mygame.com/login?types=2     (types=2 表示登录成功) 3、跳至游戏页面: http://myTest.mygame.com/flexa ... 31518   (后跟类似用户...

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

232. XMLRequest在layaNative下请求崩溃,请求官方协助! [ 78%]

...(this: void, data: JSON) => void): void {         let hr = new Laya.HttpRequest();         hr.once(Laya.Event.COMPLETE, this, (e: any): void => {             callback(JSON.parse(hr.data));         });       hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type'...

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

233. laya2.2.0发布layanative(安卓),运行后报错 [ 78%]

...fine (apploader.js:4921:32)         at Function.LayaNative2D.__init__ (http://plane.test.tinyfunny.ne ... 902:45)         at Function.RunDriver.enableNative (http://plane.test.tinyfunny.ne ... 989:17)         at Object.Laya.init (http://plane.test.tinyfunny.ne ... 273:14) 2019-08-19 添...

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

234. 网站不能正常访问的问题 [ 78%]

网站不能正常访问的问题 之前网址https开头不能正常访问,https://www.layabox.com 现在改成http://www.layabox.com, 已经正常了 但是进入下载页还是出现问题 http://ldc.layabox.com/layadownload/?type=layaair 出现下面的报错 X-Frame-Options may only be set v...

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

235. Laya1.6.2发布flash版本 [ 78%]

...ethodInfo-3300() at laya.resource::Texture/addTextureToAtlas() at Function/http://adobe.com/AS3/2006/builtin::call() at laya.utils::Handler/runWith() at laya.events::EventDispatcher/event() at laya.resource::Resource/completeCreate() at laya.webgl.resource::WebGLCharImage/recreateResource() at laya....

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

236. 角色模型支持多个Mesh吗?有多个Mesh怎么播放动作?还有Unity K的动画怎么播放呢 [ 78%]

...链接 提交 1 个回复 183*****755 赞同来自: LayaAir UnityPlugin : http://ask.layabox.com/question/4242 粒子特效支持:http://ask.layabox.com/question/1654 多网格蒙皮动画:http://layaair.ldc.layabox.com/demo/?D3Base_SkinAnimation_MultiMeshSample   2017-05-15 0 0 分享 微博 Q...

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

237. 集成LayaPlayer运行器的ipa包 [ 78%]

集成LayaPlayer运行器的ipa包 https://ask.layabox.com/question/651  这里说有layaPlayer运行类库, 请问哪里下呢?    http://www.layabox.com/layaplayer/download.html LayaBox调试器下载也不行, 教程这里说是可以的 http://ldc.layabox.com/doc/%3F ... 7-0-0 2018-0...

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

238. 发布到微信小游戏后Timer的getHandler报错了 [ 78%]

...r: Cannot read property '$_TID' of undefined at Timer.__proto._getHandler (http://127.0.0.1:55825/game/code.js:22446:17) at Timer.__proto._create (http://127.0.0.1:55825/game/code.js:22320:21) at Timer.__proto.once (http://127.0.0.1:55825/game/code.js:22365:8) at MyData.__proto.catchCard ( 于是我...

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

239. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 78%]

...lize value=true E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.html D/LayaGameEngine: game_plugin_init url =http://stand.alone.version/index.html D/LayaGameEngine: url=http://stand.alone.version/index.html D/RuntimeProxy: laya_get_value key=CacheDirInSdca...

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

240. 解决跨域相关! [ 77%]

...,在请求特定的域名下加上跨域标识,这里以nginx为例: http {   ......   add_header Access-Control-Allow-Origin *;   add_header Access-Control-Allow-Headers X-Requested-With;   add_header Access-Control-Allow-Methods GET,POST,OPTIONS;   ...... } 这样就可以实现GET,POST...

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