[]字节跳动小游戏不能加载proto文件
this.protoPath = this.version ? [this.version["res/proto/GamePlatfMessage.proto"]] : ["res/proto/GamePlatfMessage.proto"];
this.protoIndex = 0;
let proto = protobuf.load(this.protoPath[this.protoIndex], function (err, root) {
this.onProtoLoad(err, root);
}.bind(this));
let proto = protobuf.load(this.protoPath[this.protoIndex]);
console.error(proto);
proto.then((root) => {
console.error(root);
});
以上2种方式Laya里面能正常加载proto文件,打包发布到字节跳动里面加载proto文件回调就不成功了!
this.protoIndex = 0;
let proto = protobuf.load(this.protoPath[this.protoIndex], function (err, root) {
this.onProtoLoad(err, root);
}.bind(this));
let proto = protobuf.load(this.protoPath[this.protoIndex]);
console.error(proto);
proto.then((root) => {
console.error(root);
});
以上2种方式Laya里面能正常加载proto文件,打包发布到字节跳动里面加载proto文件回调就不成功了!
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
189*****077
赞同来自: