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

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

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.