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

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

211. 加载多个protobuf文件报错 [ 77%]

...Parser.ProtoBuf.DotProto.ParserPrototype.parse (protobuf.js:779)     at Function.ProtoBuf.DotProto.Parser.parse (protobuf.js:797)     at Object.ProtoBuf.loadProto (protobuf.js:5102)   应该是没有加载成功     但是加载单个时正常 2016-12-23 添加评论 免费帖 --> 分享 ...

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

212. layaair ide 2.0.0 beta2 读取.lh文件报错 [ 76%]

...3.js:15158 Uncaught TypeError: Cannot read property 'props' of undefinedat Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:15158) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:15252) at EventHandler.__proto.runWith (laya.core.js:1127) at Loader.__proto.event (laya.core.js:883) at Load...

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

213. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 76%]

...837 Uncaught TypeError: Cannot read property 'props' of undefined     at Function.Laya3D._getSprite3DHierarchyInnerUrls (libs/laya.d3.js:1837)     at Loader.Laya3D._onHierarchylhLoaded (libs/laya.d3.js:1933)     at EventHandler.__proto.runWith (libs/laya.core.js:1628)     at Loader.__proto.e...

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

214. 用模块器报错,真机不会有这个问题,具体看补充 [ 76%]

...错 runtime运行报错! 导微信小程序报错window.focus is not a function 真机环境找不到window---cant find variable: window stack 小游戏项目 加载有中文的json文件 报错 2.2.0beta4,微信上动态合批报错. 关于逻辑贞更新间隔机制、时间和其他一些Timer...

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

215. 文本-位图字体 [ 76%]

...ic class Text_BitmapFont { private var fontName:String = "diyFont"; public function Text_BitmapFont() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.sc...

来源: Laya2.0_示例 发布时间: 20241119

216. [LayaAir3]3.2spine动画和3.0.8效果不一样 [ 76%]

...时会报错是什么原因的 sha3.ts:210 Uncaught TypeError: ft is not a function at node_modules/@noble/hashes/esm/sha3.js (sha3.ts:210:43) at bundle-f6bf8.js:1:232 at node_modules/viem/_esm/utils/hash/keccak256.js (bundle-f6bf8.js:1:21864) at bundle-f6bf8.js:1:232 at encodeEventTopics.ts:25:1 at...

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

217. ReferenceError: Laya3D is not defined? [ 76%]

...ne3D.load("LayaScene_Main/Conventional/Main.ls", Laya.Handler.create(null, function(scene:Laya.Scene3D):void { Laya.stage.addChild(scene) as Laya.Scene3D; var camera:Laya.Camera = scene.getChildByName("Main Camera") as Laya.Camera; //camera.addComponent(CameraMoveScript); })); 2019-03-08 添加评...

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

218. LayaAir项目发布Flash版本 报错 [ 76%]

...owser.as:224] _window = RunDriver.getWindow(); public static var getWindow:Function = function():* { return __JS__('window'); } package { /** * @private */ public function __JS__(value:*):* { return null; } }   这是不再支持转flash版本的意思吗   2017-04-07 添加评论 免费帖 --> ...

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

219. layaair2-cmd compile 编译不了 [ 76%]

...  at process._tickCallback (internal/process/next_tick.js:61:11)     at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)     at startup (internal/bootstrap/node.js:266:19)     at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3) exit:1 请问这个怎么解决。百度...

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

220. laya 2.0 typescript console.log 为何不能智能识别 ts 文件行号? [ 76%]

... 引擎开发人员能否考虑一下支持这个方式?   用处举例 function createbitmap(url:string) {    var bitmap = new Bitmap();    console.log(stack[-1]); }   var bmp2 = createBitmap("...");   //可以点击到这一行   typescript sourcemap的支持 https://github.com/evanw/no...

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