question

sauliusvince avatar image
sauliusvince asked

What is Initial Player? [UNITY]

I'm trying to authenticate login and I'm retrieving current match data by PlayFabMultiplayerAgentAPI.SessionConfig

My question is what is Initial Data? (PlayFabMultiplayerAgentAPI.SessionConfig.InitialPlayers)

Is it playfabID?

Authentication
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sauliusvince avatar image
sauliusvince answered

To answer my question. I debugged the code and checked the server logs. Initial Player is Entity.Id

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sauliusvince avatar image sauliusvince commented ·

Members[1].Entity.Id

0 Likes 0 ·
Dimitris-Ilias Gkanatsios avatar image
Dimitris-Ilias Gkanatsios answered

It is whatever you specify when you do the RequestMultiplayerServer API call.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sauliusvince avatar image sauliusvince commented ·

I don't do RequestMultiplayerServer calls. I handle the servers via matchmaking.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.