Skip to content

Playfab SDK for C#/.net environments other than Unity, but modified to use inside of Unity using async / await rather than monobehaviour structures

License

Notifications You must be signed in to change notification settings

zombience/Playfab_CSharpSDK

 
 

Repository files navigation

Forked Overview:

This fork was created for a single line change which allows this packaged to be used in Unity. This package allows use within Unity without relying on any Unity-specific structures such as Monobehaviours. It avoids use of coroutines in favor of async / await.

This fork has main branch is based on tag 1.178.240401 from the main Playfab CSharpSDK repo. The only modifications beyond that are one #define change and addtion of package.json file to set up use as a Unity Package.

CSharpSDK README

1. Overview:

SDK for C#/.net environments other than Unity, including Microsoft CLR environments, Mono and Xamarin.

2. Prerequisites:

To connect to the PlayFab service, your machine must be running TLS v1.2 or better.

3. Source Code & Key Repository Components:

This package contains three different versions of the PlayFab SDK.

  • PlayFabClientSDK - This version contains only client libraries and is designed for integration with your game client
  • PlayFabServerSDK - Contains server and admin APIs designed to be called from your custom logic server or build process
  • PlayFabSDK - Contains all APIs in one SDK, as well as a unit-test project

4. Usage Instructions:

  1. Most users will want to use our NuGet SDK
    1. You can search "PlayFab" in Visual Studio 2017, NuGet package manager, and find "PlayFabAllSDK", which is our CSharp SDK.
  2. Advanced users can download the latest SDK source: https://github.com/PlayFab/CSharpSDK/releases
  3. Follow the steps in our Getting Started Guide from there

5. A testTitleData.json file required for example UnitTestRunner project

This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional.

Please read about the testTitleData.json format, and purpose here:

6. Troubleshooting:

For a complete list of available APIs, check out the online documentation.

Contact Us

We love to hear from our developer community! Do you have ideas on how we can make our products and services better?

Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.

Forums, Support and Knowledge Base

7. Copyright and Licensing Information:

Apache License -- Version 2.0, January 2004 http://www.apache.org/licenses/

Full details available within the LICENSE file.

About

Playfab SDK for C#/.net environments other than Unity, but modified to use inside of Unity using async / await rather than monobehaviour structures

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 100.0%