Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizunagikb/playfab_gdscripttemplate
https://github.com/mizunagikb/playfab_gdscripttemplate
gdscript godot godotengine playfab
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizunagikb/playfab_gdscripttemplate
- Owner: MizunagiKB
- License: apache-2.0
- Created: 2021-09-20T13:18:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T12:48:20.000Z (about 1 year ago)
- Last Synced: 2024-04-24T11:16:57.702Z (9 months ago)
- Topics: gdscript, godot, godotengine, playfab
- Language: GDScript
- Homepage:
- Size: 40 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlayFab_GDScriptTemplate README
> PlayFabSDK for GDScript / SDKGenerator TemplateThis 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/