Godot Version
4.2.2 dotnet
Question
When i include this line of code,
LoginWithCustomIDRequest loginWithCustomIDRequest = new LoginWithCustomIDRequest
{
CustomId = OS.GetUniqueId(),
CreateAccount = true
};
loginTask = PlayFabClientAPI.LoginWithCustomIDAsync(loginWithCustomIDRequest);
The game literally does not even start anymore. im on a meta quest. What the sigma? My game has 6k downloads whoever helps me fix this problem can go in the credits, I NEED THIS FIXED BAD.