question

Mateus Moura avatar image
Mateus Moura asked

PfEditor doesnt exist in playfab

baixados.png

Please help me solving this...

In my code I have the following:

using PlayFab.PfEditor.Json;

and the error is there, saying that PfEditor doesnt exist...

in the rest of my code, I am using that namespace in here:

Debug.Log(PlayFabSimpleJson.SerializeObject(result.FunctionResult));

(I've changed to "PlayFabSimpleJson" because I saw someone saying that it could solve the problem and I even added the namespace "using static PlayFab.Json.PlayFabSimpleJson;" but it didnt work too...the name space is "using STATIC" because unity said that without the static tag it doesnt work)

Player Data
baixados.png (13.5 KiB)
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

·
Seth Du avatar image
Seth Du answered

Please find Andy’s answer in this thread: https://community.playfab.com/questions/24205/json-parsing-issues.html

You may use PlayFab.PluginManager.GetPlugin<ISerializerPlugin>(PluginContract.PlayFab_Serializer) to handle the serialization and deserialization.

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.