# protobuf-unity-IL2cpp **Repository Path**: chaloongjir/protobuf-unity-il2cpp ## Basic Information - **Project Name**: protobuf-unity-IL2cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-26 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UniBuf Unity & protobuf-net fork from https://github.com/koshelevpavel/UniBuf.git dependence protobuf-net 2.4.6 相关事项 1. 正常运行和打包不需要特殊处理.(扩展添加到unity项目后啥都不用做) 运行:会自动搜索protobufcontract标签并注入模板UniBufSerializer._typeModel 打包:打包前自动生成模板dll, IL2cppModel,打包后运行UniBufSerializer 静态构建时自动注入模板 2. 运行时生成配置文件Assets/Plugins/protobuf-net/UniBufConfig.asset (没有的话) 3. 通过配置文件检视器: 主动生成模板;主动生成.proto文件与后端人员协作;