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

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

1. 加载3D场景报错:TypeError: bt.btBvhTriangleMeshShape create is not a function [ 100%]

加载3D场景报错:TypeError: bt.btBvhTriangleMeshShape create is not a function 使用编辑器2.13.1或2.13.2创建官方的3d demo项目,并在进入的场景中增加一个碰撞体,使用官方的测试app进入时,就无法进入了。并且界面上和控制台都有报错。 alert=...

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

2. RenderTarget2D的create方法 [ 98%]

RenderTarget2D的create方法  问下laya引擎18_beta  RenderTarget2D这里 是t.depthStencilFormat? 附件 : --> 2018-05-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: public sta...

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

3. ColorUtils.create问题 [ 95%]

ColorUtils.create问题 如图ColorUtils.create按照上面的写法,每次ColorUtils.create,只要是ColorUtils._SAVE不存在的颜色,就重新_initSaveMap,想问下这里是一个bug还是有什么特殊的用途,目前ColorUtils._SAVE_SIZE没有发现有其他赋值的地方; 附件 ...

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

4. UNITY3D导出模型加载错误 [ 95%]

...aair/myLaya3D1/bin/null path) extension with: 1. at LoaderManager.__proto._create (laya.core.js:12371) at LoaderManager.__proto.create (laya.core.js:12339) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:16030) at EventHandler.__proto.runWith (laya.core.js:687) at Loader.__proto.event (laya.core.j...

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

5. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 95%]

...b版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create Uncaught TypeError: Cannot read properties of undefined (reading 'btCollisionObject_create')     at pi._onAdded (laya.d3.min.js:1:600219)     at xr._addComponentInstance (laya.core.min.js:1:250112)     at xr.addC...

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

6. Laya.loader.create 报错, 升级2.0.2后 游戏卡顿 [ 94%]

Laya.loader.create 报错, 升级2.0.2后 游戏卡顿 1. loader.create  这个接口 能否支持不创建3Dscene对象, 或者新扩展一个接口  只下载对应的3D资源. 不创建3DScene, 因为 当网络异常的时候资源会下载失败,但是底层还是会创建3D对象, 底层一...

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

7. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 92%]

...ite(); // 加载主体的背景 Laya.loader.load("res/island.png", Handler.create(this, function() { // 图片加载 var t = Laya.loader.getRes("res/island.png"); var tBall = Texture.create(t,866,190,548,305); var tTower = Texture.create(t,data.tower[towerLel].x,data.tower[towerLel].y,data.tower[tow...

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

8. 使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 [ 92%]

使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 使用Laya.loader.create走到Laya3D._loadSprite3DHierarchy时,发现并没有监听"error"事件 如果在http请求资源出错时,则无法通知到外层的LoaderManager 则也无法...

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

9. 在加载包含Animation的prefab后,动画没有显示 [ 91%]

...动画放进预制体? Laya.loader.load("prefab/gk2v1.json",Laya.Handler.create(this,function(pref:Laya.Prefab){ var gkpref:Laya.Prefab = new Laya.Prefab(); gkpref.json = pref; var OBJ = Laya.Pool.getItemByCreateFun("gk2v1",gkpref.create,gkpref); this.Scene.addChild(OBJ); })); 附件 : --> ZMW.zip...

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

10. 载入U3D导出的粒子特效报错 [ 91%]

...3D.__proto._parseCustomProps (laya.d3.js:40855)     at Function.Utils3D._createNodeByJson (laya.d3.js:17945)     at Function.Utils3D._createNodeByJson (laya.d3.js:17954)     at Sprite3D.__proto.onAsynLoaded (laya.d3.js:30800)     at ResInfo.onLoaded (laya.core.js:13189)     at EventHandler...

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