Protobuf-net package for JEngine.
JEngine框架的Protobuf-net扩展包。
This repo is only compatible with JEngine repo, otherwise it may not be able to compile or to execute.
该仓库仅与JEngine兼容,否则将无法编译或运行。
This is the adapted version of Protobuf-net, which supports serializing hot update/non hot update objects
to Protobuf binary data
, or to deserialize Protobuf binary data
to hot update/non hot update objects
. It also provides editor tools
to generate cs/proto
files.
This version is originated from https://github.com/JasonXuDeveloper/protobuf-net-v2-for-ILRuntime
这是Protobuf的修改版本,支持了热更/非热更对象
与Protobuf二进制数据
相互序列化/反序列化。与此同时,这个版本提供了编辑器工具
,支持生成cs/proto
文件
这个版本来源于 https://github.com/JasonXuDeveloper/protobuf-net-v2-for-ILRuntime
Please install JEngine (at least v0.8.0), then download this repo, finally move the repo directory into JEngine project's Assets/Dependencies
path.
Alternatively, you can use JEngine Package Manager
to install.
请安装JEngine(至少v0.8.0),然后下载本仓库,接着将本仓库的文件夹移动到JEngine工程内的Assets/Dependencies
目录下。
或者,你可以使用JEngine Package Manager
来安装。