Dmitrii-CoreGame
-
- 34,467 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Core framework: shared state, service attributes, MetaContext, deterministic random, transport interfaces. Targets netstandard2.1 (Unity) and net10.0 (server). -
- 21,697 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Server-side meta context and cross-entity call infrastructure. -
- 20,299 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Server core: EntityGrain, MetaProviderBase, SessionManagerGrain, FileGrainStorage, persistence policies. -
- 13,474 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
JWT device-based authentication: AuthGrain, login endpoints, token service, entity access policies. -
- 13,015 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
MessagePack-based IMetaSerializer implementation using Orleans [Id(n)] attributes for schema resolution. -
- 12,713 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Orleans integration: LobbyGrain, OrleansLobbyRequester, Orleans serialization configuration. -
- 10,821 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
MessagePack protocol extension for SharedMeta SignalR transport. Provides AddMetaMessagePackProtocol() for both client (IHubConnectionBuilder) and server (ISignalRServerBuilder). No Orleans or server framework... More information -
- 10,187 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Client-side runtime: MetaClient, ClientDispatcher, optimistic execution, broadcast replay. Targets netstandard2.1 (Unity) and net10.0. -
- 10,120 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Debug and testing utilities: InProcessServer/InProcessConnection for network-free tests, and Mux transport (one SignalR socket carrying N logical client sessions) for high-fanout stress tests. -
- 10,007 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
SignalR WebSocket transport: MetaHub (server) and SignalRConnection (client) with MessagePack binary protocol. -
- 9,943 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
MemoryPack-based IMetaSerializer implementation for RPC payload serialization. Targets netstandard2.1 (Unity) and net10.0. -
-
- 9,836 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Roslyn source generator: produces service dispatchers, typed API clients, context injection, DI registration, and MetaProvider routing at compile time. -
-
- 9,791 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
HTTP long-polling transport: server endpoints and HttpPollingConnection client for universal compatibility. -
- 9,698 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Client-only HTTP long-polling transport for SharedMeta. Provides HttpPollingConnection implementing IConnection using System.Net.Http.HttpClient. For Godot, console apps, and other non-Unity .NET clients. -
- 9,523 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Client-only SignalR transport for SharedMeta. Provides SignalRConnection implementing IConnection. Uses JSON protocol by default (no extra dependencies). For Godot, console apps, and other non-Unity .NET... More information -
- 8,227 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Steam authentication validator for SharedMeta. Validates session tickets via Steam Web API (ISteamUserAuth). No Steamworks SDK dependency on server. -
- 8,093 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Google Play Games authentication validator for SharedMeta. Exchanges server auth code for identity via Google OAuth2 API. No client SDK dependencies. -
- 7,859 total downloads
- last updated 9/17/2026
- Latest version: 0.40.0
Sign in with Apple authentication validator for SharedMeta. Verifies Apple identity tokens using JWKS public keys. No Apple SDK dependencies on server. -
- 791 total downloads
- last updated 8/22/2026
- Latest version: 0.3.0
Deterministic fixed-point arithmetic (Q48.16). Integer-only, cross-platform deterministic. No dependencies. -
- 121 total downloads
- last updated 8/22/2026
- Latest version: 0.3.0
MessagePack formatter and resolver for CoreGame.FixedPoint's Fp type. Reference this only if you serialize Fp with MessagePack.