awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesUnity Struct Serializers

Serializes Unity-specific structs like Vector3, Quaternion, and Color using built-in resolvers.

Distinct from Unity Game Frameworks: Distinct from Unity Game Frameworks: focuses on serialization of Unity math types, not game framework features.

Explore 1 awesome GitHub repository matching web development · Unity Struct Serializers. Refine with filters or upvote what's useful.

Awesome Unity Struct Serializers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • messagepack-csharp/messagepack-csharpMessagePack-CSharp 的头像

    MessagePack-CSharp/MessagePack-CSharp

    6,607在 GitHub 上查看↗

    MessagePack-CSharp is a high-performance binary serializer for .NET that converts C# objects to and from the compact MessagePack format. It uses compile-time source generation to produce AOT-safe formatters and resolvers, eliminating runtime reflection and enabling ahead-of-time compilation scenarios. The serializer encodes object fields as integer indices instead of string keys, producing compact binary output with deterministic field ordering, and provides stack-allocated reader and writer structs for direct encoding and decoding of MessagePack primitives without heap allocations. The libra

    Serializes Unity structs like Vector3 and Quaternion using built-in resolvers for server-client communication.

    C#c-sharplz4messagepack
    在 GitHub 上查看↗6,607
  1. Home
  2. Web Development
  3. Cross-Platform Development
  4. Game Development Frameworks
  5. Unity Game Frameworks
  6. Unity Struct Serializers