GameService.Sdk.Core
1.0.0
See the version list below for details.
dotnet add package GameService.Sdk.Core --version 1.0.0
NuGet\Install-Package GameService.Sdk.Core -Version 1.0.0
<PackageReference Include="GameService.Sdk.Core" Version="1.0.0" />
<PackageVersion Include="GameService.Sdk.Core" Version="1.0.0" />
<PackageReference Include="GameService.Sdk.Core" />
paket add GameService.Sdk.Core --version 1.0.0
#r "nuget: GameService.Sdk.Core, 1.0.0"
#:package GameService.Sdk.Core@1.0.0
#addin nuget:?package=GameService.Sdk.Core&version=1.0.0
#tool nuget:?package=GameService.Sdk.Core&version=1.0.0
GameService.Sdk.Core
Core SDK for GameService - SignalR connection, authentication, and base client functionality.
Features
- 🔌 SignalR real-time communication
- 🔐 Built-in authentication and token management
- 🎮 Base client for game services
- 📦 MessagePack protocol support
- 🔄 Auto-reconnection handling
Installation
dotnet add package GameService.Sdk.Core
Unity Compatibility
This package targets both netstandard2.1 and net8.0, making it compatible with Unity 2021.2+.
Usage
using GameService.Sdk.Core;
// Create a game client
var client = new GameClient("https://your-game-server.com");
// Connect
await client.ConnectAsync();
// Use authentication
await client.AuthenticateAsync("your-token");
Dependencies
- Microsoft.AspNetCore.SignalR.Client
- Microsoft.AspNetCore.SignalR.Protocols.MessagePack
- System.Net.Http.Json
License
MIT License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.AspNetCore.SignalR.Client (>= 8.0.11)
- Microsoft.AspNetCore.SignalR.Protocols.MessagePack (>= 8.0.11)
- Microsoft.Extensions.DependencyInjection (>= 10.0.1)
- Microsoft.Extensions.Http (>= 10.0.1)
- System.Net.Http.Json (>= 10.0.1)
-
net8.0
- Microsoft.AspNetCore.SignalR.Client (>= 8.0.11)
- Microsoft.AspNetCore.SignalR.Protocols.MessagePack (>= 8.0.11)
- Microsoft.Extensions.DependencyInjection (>= 10.0.1)
- Microsoft.Extensions.Http (>= 10.0.1)
- System.Net.Http.Json (>= 10.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on GameService.Sdk.Core:
| Package | Downloads |
|---|---|
|
GameService.Sdk.Ludo
Ludo game SDK for GameService - Type-safe Ludo game client with all game actions |
|
|
GameService.Sdk.Auth
Authentication SDK for GameService - Login, register, token management |
|
|
GameService.Sdk.LuckyMine
LuckyMine game SDK for GameService - Minesweeper-style betting game |
|
|
GameService.Sdk.LudoDoubles
DoubleDice relay game SDK for GameService - client-authoritative multiplayer game |
GitHub repositories
This package is not used by any popular GitHub repositories.