awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • messagepack-csharp/messagepack-csharpAvatar MessagePack-CSharp

    MessagePack-CSharp/MessagePack-CSharp

    6,607Vezi pe 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
    Vezi pe GitHub↗6,607
  1. Home
  2. Web Development
  3. Cross-Platform Development
  4. Game Development Frameworks
  5. Unity Game Frameworks
  6. Unity Struct Serializers