Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
io.gs2.csharp.sdk / README-en.md
Size: Mime:

⇒日本語のREADMEへ

GS2-CSharp-SDK

SDK for Game Server Services(https://gs2.io) in C#.

It can be used in combination with the .NET Core runtime.

GS2 SDK for Unity consists of GS2-CSharp-SDK (for C# environment) and GS2 SDK for Unity (for Unity environment).

What is Game Server Services?

Game Server Services(GS2) is a backend server service (BaaS) specialized for mobile game development.

GS2 provides the network functionality required for game development as a componentized service. GS2 is designed to be used from within the game in units of some of the necessary components, allowing for easy, affordable, and high-performance server functionality.

From GS2-Document

Getting Started

Place the downloaded source code in the following folder in your Unity project.

(Unity Project)/Assets/Scripts/Runtime/Sdk/Gs2.

GS2 credentials are required to use the SDK. Please issue the credentials according to the instructions in Getting Started.

Retrieving with NuGet

You can get the package from NuGet.

GS2.CSharp.Sdk https://www.nuget.org/packages/GS2.CSharp.Sdk

Requirements

  • C# 8.0 or higher

Detailed SDK Specifications

https://app.gs2.io/docs/en/index.html?csharp#service

*All code in this project is auto-generated except for Core, so we cannot respond to individual Pull-Requests. *