Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mizunagikb/playfab_gdscripttemplate


https://github.com/mizunagikb/playfab_gdscripttemplate

gdscript godot godotengine playfab

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PlayFab_GDScriptTemplate README
> PlayFabSDK for GDScript / SDKGenerator Template

This is the template file for generating the PlayFabSDK for GDScript.

To generate PlayFabSDK, follow the steps below.

## Example of manual generation
```bash
# 1)
mkdir PlayFab_GDScriptSdk

# 2)
git clone https://github.com/PlayFab/SDKGenerator
cd SDKGenerator/privateTemplates
git clone https://github.com/MizunagiKB/PlayFab_GDScriptTemplate gdscriptsdk
cd ..

# 3) Generate PlayFabSDK #1
node generate.js gdscriptsdk=../PlayFab_GDScriptSdk -apiSpecGitUrl https://raw.githubusercontent.com/MizunagiKB/API_Specs/master

# 3) Generate PlayFabSDK #2
# *) It will be generated according to the latest PlayFabSDK, but the sdkVersion will be blank.
node generate.js gdscriptsdk=../PlayFab_GDScriptSdk
```

## Actual products

https://github.com/MizunagiKB/PlayFab_GDScriptSdk

## PlayFab API Reference

See below for specific uses of the API.

https://docs.microsoft.com/en-us/gaming/playfab/api-references/