AlianBlank / com.alianblank.gameframex.unity.google.protobuf

从ProtoBuf二次分发而来

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProtoBuf

protobuf-net is a contract based serializer for .NET code, that happens to write data in the "protocol buffers" serialization format engineered by Google. The API, however, is very different to Google's, and follows typical .NET patterns (it is broadly comparable, in usage, to XmlSerializer, DataContractSerializer, etc). It should work for most .NET languages that write standard types and can use attributes.

该库主要服务于 https://github.com/AlianBlank/GameFrameX 作为子库使用。

使用方式(三种方式)

  1. 直接在 manifest.json 文件中添加以下内容

       {"com.alianblank.gameframex.unity.google.protobuf": "https://github.com/AlianBlank/com.alianblank.gameframex.unity.google.protobuf.git"}
  2. 在Unity 的Packages Manager 中使用Git URL 的方式添加库,地址为:https://github.com/AlianBlank/com.alianblank.gameframex.unity.google.protobuf.git

  3. 直接下载仓库放置到Unity 项目的Packages 目录下。会自动加载识别

改动功能

  1. 增加 Packages 的支持

当前版本 22.2.0

使用文档

https://github.com/protobuf-net/protobuf-net

About

从ProtoBuf二次分发而来

License:Other


Languages

Language:C# 99.7%Language:Smalltalk 0.3%