Questions tagged [playfab]
68 questions
1
vote
2 answers
Sign-In with google and playfab In Unity
Sign In with google through Playfab doesn't seem to work anymore after their (Google) Unity-plugin Update.
Playfab's…

Mohamed Nour
- 13
- 2
1
vote
1 answer
Unity team multiplayer using mirror and playfab
I want to make a team vs team game using mirror in Unity.
This game goes by rounds, so once one team eliminates the members of the other team, the winner team gets one point and when a team get a certain number of points, the game ends.
To select…

adrian
- 97
- 2
- 12
1
vote
1 answer
How to Gender Filtering with Photon?
I'm developing a multiplayer game with unity. I am using playfab and photon plugin in the game. Players choose gender when logging in and I save this selection to player data in playfab. Also, I am making a simple match system with photon. (The…

druu55
- 35
- 6
1
vote
1 answer
Character selection and uploading characters to the scene with photon pun2
I'm trying to develop a 3D multiplayer game with Unity. I don't know much about Photon, there are similar questions to the one I'm going to ask, but I still haven't found a solution. I will be glad if you help.
I have two scenes named "menu" and…

druu55
- 35
- 6
1
vote
1 answer
How to remove unwanted nested columns?
I've been tasked to alter the company's Event Export from our PlayFab Environment into Azure. Initially, we've set it up to Export all events but after looking at the data we do have some data exported that we don't want for legal reasons. I was…

Andrei Budaes
- 591
- 7
- 22
1
vote
1 answer
Xsolla payment integration with Playfab, missing steps
I'm trying to implement some payment method like Xsolla to my WPF Launcher using CloudScript function from the Revision part of PlayFab.
Right now, I can run the app and everything in the code below is executed correctly without errors.
But my goal…

Kirihime
- 11
- 1
1
vote
2 answers
Issues with playfab leaderboard
Im having issues with PlayFab, What im trying to do is have the wave number recorded and sent off to the leaderboard when the game is over but I dont know how to connect the wave number to the playfab leaderboard. I have been trying to use this…

jguardia
- 13
- 3
1
vote
3 answers
Unity leaderboard on mac os x device - Pubnub, Playfab or Firebase?
I am currently making a a leaderboard feature for my Mac OS X Unity game. I first tried Playfab but I kept getting an error saying "PlayFabException: Must be logged in to call this method PlayFab". I can't find a way to resolve this.
I have 2…

shelly peng
- 107
- 8
0
votes
0 answers
Adding Users to Playfab Developer Account into a Title via playfab sdk using NodeJS server
I am new to PlayFab and want to import my users from Auth0 to PlayFab by running my nodejs script which uses PlayFab Admin rights to add users' data like email, password, nickname, full name, and others.
I have already exported users from auth0 via…

Nitin Sharma
- 21
- 1
- 7
0
votes
0 answers
Get Server Auth Code for LoginWithGoogleAccountRequest in C# and PlayFab API
I am using PlayFab for creating accounts in my Desktop Unity game. I want to allow users to login using google in my game. However, I do not know how to get the Server Auth code that LoginWithGoogleAccountRequest needs:
My code looks something like…
0
votes
0 answers
What can I do to stop extra players from joining my Photon Bolt multiplayer game hosted with PlayFab in Unity?
I'm currently working on a multiplayer game using Photon Bolt, with PlayFab for hosting a dedicated server.
With my local server implementation (where one instance creates a room as the server and other instances join as clients), everything was…

Hassan Iftikhar
- 1
- 1
0
votes
0 answers
How to register new user in PlayFab uinsg REST apis
I am trying to use PlayFab on flutter. Unfortunately there is no PlayFab sdk for flutter.
After looking at REST API, I am confused as to how to use it to authenticate the developer and then create a player…

Patola
- 515
- 8
- 30
0
votes
0 answers
Leaderboard in unity with playfab
in my case the user logs in with a username and password, I would like to know how I can make the leaderboard leave that username and not the user id, can anyone help me?
I have seen videos where the display name is used, but there is no way to…

jose23
- 1
0
votes
0 answers
Keep logged in when scene changed(PlayFab, Unity)
I have created a login system using Playfab. But the problem is when I change my scene it automatically logs out. Is there any way to keep logged in?
public Text messageText;
public Text messageReg;
public Text messagelog;
private string…
0
votes
1 answer
How to post a x-www-form-urlencoded request using http.request()
I am developing a multiplayer game and I am required to use Microsoft Azure playfab's Cloud Script (Legacy) feature for a Discord OAuth2 authorization code grant.
To do this I need to send a x-www-form-urlencoded POST request with the following…

IBXCODECAT
- 114
- 12