https://github.com/penguinsword/playfab
PlayFab SDK for Unity
https://github.com/penguinsword/playfab
playfab sdk service unity
Last synced: 10 months ago
JSON representation
PlayFab SDK for Unity
- Host: GitHub
- URL: https://github.com/penguinsword/playfab
- Owner: penguinsword
- License: mit
- Created: 2022-04-28T10:06:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:03:01.000Z (over 2 years ago)
- Last Synced: 2025-08-12T21:44:17.436Z (11 months ago)
- Topics: playfab, sdk, service, unity
- Language: C#
- Homepage:
- Size: 6.96 MB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What
PlayFab SDK for Unity
# How to install
Add the lines below to Packages/manifest.json
for version `2.183.231124`
```csharp
"com.pancake.playfab": "https://github.com/pancake-llc/playfab.git#2.183.231124",
```

