Structed / godot-playfab

A Godot Engine addon/SDK to interface with Azure PlayFab - playfab.com
MIT License
126 stars 14 forks source link

Simplify anonymous login #125

Closed Structed closed 1 year ago

Structed commented 1 year ago

Logging in a new player anonymously currently requires a lot of boilerplate code. However, as a developer, I do not care about the login details - I just want to write/read data from PlayFab.

This is particularly important in analytics/telemetry-only scenarios.

Provide a new login function, which can login an anonymous user with only one function call.