Johannes Ebner
Johannes Ebner
Add a default theme, with a new default font
Implement API to read & update leaderboard/statistics. Docs: https://docs.microsoft.com/en-us/gaming/playfab/features/data/playerdata/using-player-statistics * [x] Create example scene to increase score * [x] Create example scene to retrieve leaderboard * [ ] Implement new...
- [ ] Update [Implementing a Model with an Array of Objects](https://github.com/Structed/godot-playfab/blob/main/docs/README.md#implementing-a-model-with-an-array-of-objects) - [ ] Document how to do "arbitrary" requests, to work around not yet implemented requests - [...
See https://docs.microsoft.com/en-us/gaming/playfab/sdks/game-engines/
- [x] Document implemented functionality - [ ] Document Examples - [ ] Create Quick-Start guide - [ ] Create Code Tour for Users - [ ] Create Code Tour...
When running the [(commented-out) test](https://github.com/Structed/godot-playfab/blob/db0ca9f1e1ee170080394fa8ed21bd7a22778a34/addons/godot-playfab/test/unit/PlayFabClientConfig/test_PlayFabClientConfigLoader.gd#L13) in the GitHub Actions workflow, the test fails. See also: https://github.com/croconut/godot-tester/issues/19
In case of a crash/scene change etc, unsent events should be persisted to disk and sent the next time the game can send it. Disc access rate is a concern:...
See [list](https://docs.godotengine.org/en/3.4/classes/[email protected]?highlight=TYPE_OBJECT#enumerations)