https://github.com/structed/godot-playfab-example
A collection of examples for godot-playfab
https://github.com/structed/godot-playfab-example
Last synced: 6 months ago
JSON representation
A collection of examples for godot-playfab
- Host: GitHub
- URL: https://github.com/structed/godot-playfab-example
- Owner: Structed
- License: mit
- Created: 2024-06-01T16:56:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T22:01:20.000Z (11 months ago)
- Last Synced: 2025-07-30T10:50:38.086Z (6 months ago)
- Language: GDScript
- Size: 12.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godot-playfab-example
This is the official collection of examples for [godot-playfab](https://github.com/Structed/godot-playfab).
## Main
This example project shows how to use `godot-playfab` in a Godot 4 project.
It includes:
- A simple login flow
- Anonymous
- Using and ID and Password (PlayFab Login)
- Retrieving Player Data
- Sending Analytics Events
- Sending Telemetry Events
## GodotSteam
This example is effectively a copy of the Main project, but adds login via Steam using the [GodotSteam](https://godotsteam.com/) GDExtension plugin.