Questions tagged [playfab]

68 questions
0
votes
0 answers

PlayFab is giving me an Internal Server Error when trying to purchase an item using PlayFabClientAPI.PurchaseItem

Every single time I attempt to purchase an item using this script(The one down below) it gives me an error saying "Internal Server Error," the PlayFab Web Request Type is Unity Web Request using UnityEngine; using PlayFab; using…
0
votes
0 answers

Unity backend options for Mirror Networking?

I've been looking around for backend services to use for an MMO project I have in mind. I've been doing some research on backend providers to help speed things up, and have noticed a few things such as PlayFab, Multiplay, Amazon's way of Playfab…
0
votes
0 answers

how can i use online subsystem facebook plugin of unreal 4?

I attempted to use Playfab for Facebook login authentication, but it worked just as well if I manually entered the test user's access token from the Facebook developer. Is it possible to integrate the OnlineSubsystem Facebook plugin?
Aymen
  • 1
  • 1
0
votes
1 answer

How to enable a player's prefab for everyone in the game?

I use Playfab and Photon for my Unity project. I added some weapons, shields and body types to my player prefab and disabled all of them (except the head). I store which weapon, shield and body type the user have, and pull them from playfab when the…
dbulut
  • 16
  • 2
0
votes
1 answer

cannot convert type T to PlayFabResult

I am using the Unity PlayFab SDK and wanting to convert the provided async callback style API to use async/await to make the code more readable. I am trying to write a generic method to wrap any arbitrary API call into a Task. I am very close to…
0
votes
0 answers

Cloud service and Playfab connectivity?

Excuse my lack of knowledge but I'm developing a new game in Unreal Engine 5 and I want to upload it to a cloud gaming service and I'm also using PlayFab services for multiplayer. Is it possible to connect both? The game will be very big and require…
shwfk
  • 1
  • 1
0
votes
0 answers

Incorrect header check Axios

I am making a Telegram bot that pulls statistics from a PlayFab leaderboard. I have this PlayFab leaderboard working on a website with vanilla js, html, and css, buyt can't get it working in node.js. I have the bot working on Telegram as far as…
Tye Beach
  • 21
  • 3
0
votes
0 answers

Playfab Party unity "failed to establish or maintain a connection to a network or remote peer"

I implemented Playfab and Party sdk and followed the instructions I enabled party in the playfab dashboard, I allowed unsafe code, but the demo does not work as intended and I can't create party network but when I run the demo, the login is…
0
votes
1 answer

Can I extract multiple nested json properties in kusto (KQL)?

I have telemetry events send to playfab. In those events I want to query the content of the Payload. I'm able to do it, but nested properties are all in the same column. I can use the following to extract everything in my event BUT for the…
Steven
  • 3
  • 1
0
votes
2 answers

Get player nicknames for leaderboard - PlayFab

I have a script that gets the username by PlayFab id and writes it to the variable TestName It was taken (and slightly modified) from the original…
Ilya
  • 254
  • 2
  • 11
0
votes
0 answers

How should the FB.ui method be called in c++?

Anyone could please give me an idea of how to call the FB payments dialog using the FB.ui method in c++? I do have the c# function that I need to convert to c++: FB.ui({ method: 'pay', action: 'purchaseitem', product: "", request_id:…
tia
  • 26
  • 1
0
votes
1 answer

Sending leaderboard in C# Unity to Playfab

I have problem in making leaderboard with playfab, I don't know how to Sending my game's score to leaderboard in Playfab I am not professional at c# and thats why I had to watch Coco Code Youtube to know how to make leaderboard in easy way. my…
SKY
  • 1
0
votes
0 answers

Deploying a .NET application as a server with Playfab

What's my problem I'm reaching you guys because I'm stuck on a problem for over 2 weeks now. I'm trying to deploy a simple .NET app on Playfab. I'm planning on creating a simple multiplayer game with UDP sockets. When I'm debugging locally with the…
0
votes
0 answers

Unity and PlayFab Leaderboard

I seem to be struggling with the below script. It keeps telling me Object reference not set to an instance of an object LoseScene.Start () (at Assets/Scripts/LoseScene.cs:17) public class LoseScene : MonoBehaviour { public PlayfabManager…
0
votes
0 answers

Unity/PlayFab DisplayName 'string' does not contain a definition for 'text' and no accessible extension me accepting a first argument of type 'string'

I'm not able to print the display name stored in playfab in the settings, reception of the username is enabled, and the user exists but I can't retrieve and print it so that the script fills in the user in the text field I always get this…
Davi
  • 67
  • 1
  • 14