question

Matthew Miskiewicz avatar image
Matthew Miskiewicz asked

Request Type: Shared Settings vs Editor Extensions

There is a conflict between the Request Type shown in the Editor Extensions (EE) under Settings, and looking directly at PlayFabSharedSettings.

If you select UnityWww in the EE, it shows Unity Web Request in the shared settings

If you select Unity Web Request in the EE, it shows Custom Http in the shared settings.

Which settings element is displaying the correct value?

10 |1200

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

1 Answer

·
Made Wang avatar image
Made Wang answered

Update: This issue has been fixed in lasted PlayFab Unity EdEx: https://aka.ms/PlayFabUnityEdEx.


This is a known issue, in PlayFab EdEx "Unity Www" is actually "Unity Web Request" and "Unity Web Request" is actually "Custom Http".

You can output the request type in Unity, for example:

 Debug.Log(PlayFabSettings.RequestType); 
10 |1200

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

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.