{"id":14961595,"url":"https://github.com/structed/godot-playfab","last_synced_at":"2025-04-05T04:11:51.816Z","repository":{"id":38039850,"uuid":"450624056","full_name":"Structed/godot-playfab","owner":"Structed","description":"A Godot Engine addon/SDK to interface with Azure PlayFab - playfab.com","archived":false,"fork":false,"pushed_at":"2025-02-23T21:31:43.000Z","size":9725,"stargazers_count":135,"open_issues_count":21,"forks_count":16,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-05T04:11:46.663Z","etag":null,"topics":["gamedev","gdscript","godot","godot-engine","godotengine","playfab","playfab-sdk"],"latest_commit_sha":null,"homepage":"","language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Structed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-21T20:00:12.000Z","updated_at":"2025-03-29T15:07:46.000Z","dependencies_parsed_at":"2024-01-05T17:28:34.194Z","dependency_job_id":"900df3be-7d18-40e8-b626-3f8b3bf5b078","html_url":"https://github.com/Structed/godot-playfab","commit_stats":{"total_commits":277,"total_committers":6,"mean_commits":"46.166666666666664","dds":0.02527075812274371,"last_synced_commit":"dd3edca1363d1b05a961a0d95437d6473bbd4dc8"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Structed%2Fgodot-playfab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Structed%2Fgodot-playfab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Structed%2Fgodot-playfab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Structed%2Fgodot-playfab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Structed","download_url":"https://codeload.github.com/Structed/godot-playfab/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gamedev","gdscript","godot","godot-engine","godotengine","playfab","playfab-sdk"],"created_at":"2024-09-24T13:25:45.583Z","updated_at":"2025-04-05T04:11:51.719Z","avatar_url":"https://github.com/Structed.png","language":"GDScript","readme":"![godot-playfab logo](addons/godot-playfab/icon.png)\n\n[![CI](https://github.com/structed/godot-playfab/workflows/CI/badge.svg?branch=main)](https://github.com/Structed/godot-playfab/actions/workflows/main.yml)\n[![Discord](https://img.shields.io/discord/1020665079668166677?color=rgb%2888%2C%20101%2C%20242%29\u0026label=Discord\u0026logo=discord)](https://discord.gg/7K7q2YuNXe)\n![Godot Version - 4.2](https://img.shields.io/badge/Godot_Version-4.2-2ea44f?logo=godotengine)\n\n\n\n# godot-playfab - for Godot 4!\nis an [Azure PlayFab](https://playfab.com) addon for the [Godot Engine](https://godotengine.org/). While it is very early, it is supposed to be two things:\n\n1. A GDScript-native SDK to Azure PlayFab\n2. A Godot Editor integration to administer your game\n\n\u003e **Note:**\n\u003e   If you are looking for the Godot 3 version, you can use a [legacy version of godot-playfab for Godot 3!](https://github.com/Structed/godot-playfab/tree/godot3)\n\n## Motivation\nI wanted to create an opinionated, \"natural\" Godot integration/SDK.\nAnyone could use the C# SDK right now or use any SDK with GDExtension. But these SDKs are only generated SDKs, with a lot of duplicated models, which are nothing more than an API wrapper. However, I want it to feel natural to the environment of Godot.\n\nSo my plan is to not only create a GDScript-Native addon with more or less everything handcrafted,\nbut also use Godot's Signals and also provide in-editor tools to work with Godot.\n\n**The overarching mission is:** *Providing a great Developer Experience!*\n\n## Users\nI am proud to say that there are already some games using `godot-playfab` in production! If you want to be listed here, please let me know!\n\n- [**Dome Keeper**](https://store.steampowered.com/app/1637320/Dome_Keeper/) by [Bippinbits](https://bippinbits.com/)\n\n# Need Help? Found a Bug? Have an idea for a feature?\nDon't hesitate and [join our Discord](https://discord.gg/7K7q2YuNXe)! Everyone is welcome and we're looking forward to hearing from you!\nOr create an [issue](/issues) directly in the repo. All your input is **very much appreciated**!\n\n\n## Demo\n![Demo](demo-scene.gif)\n\nYou can use the included Demo scene setup in `Scenes` to see how `godot-playfab` can be used.\n\n## First-Time Setup\nSee [Initial Setup](./docs/user/initial-setup.md)\n\n## Using `godot-playfab` in your Game\nSee [Usage](./docs/user/usage.md)\n\n### Connecting Signals\nSee [Connecting Signals](./docs/user/connecting-signals.md)\n\n## Usage Guide \u0026 Examples\nSee the [User Documentation](docs/user/README.md)\n\n## Maintainer Documentation\nSee [Maintainer Documentation](docs/README.md).\n\n# Thanks\nThanks to [lentsius-bark](https://github.com/lentsius-bark) for the wonderful re-design of the logo and splash screen ❤\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructed%2Fgodot-playfab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstructed%2Fgodot-playfab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructed%2Fgodot-playfab/lists"}