After following the instructions, and running the example project, I get the following errors:
res://addons/godot-playfab/PlayFab.gd:51 - Parse Error: Couldn't fully load the singleton script "PlayFabManager" (possible cyclic reference or parse error).
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFabClient.gd:8 - Parse Error: The method "_post_with_session_auth" isn't declared in the current class.
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFab.gd:51 - Parse Error: Couldn't fully load the singleton script "PlayFabManager" (possible cyclic reference or parse error).
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFabClient.gd:8 - Parse Error: The method "_post_with_session_auth" isn't declared in the current class.
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFab.gd:51 - Parse Error: Couldn't fully load the singleton script "PlayFabManager" (possible cyclic reference or parse error).
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFabEvent.gd:50 - Parse Error: The identifier "_title_id" isn't declared in the current scope.
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFab.gd:51 - Parse Error: Couldn't fully load the singleton script "PlayFabManager" (possible cyclic reference or parse error).
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
res://addons/godot-playfab/PlayFabEvent.gd:50 - Parse Error: The identifier "_title_id" isn't declared in the current scope.
modules/gdscript/gdscript.cpp:577 - Method failed. Returning: ERR_PARSE_ERROR
--- Debugging process started ---
Godot Engine v3.4.4.stable.official.419e713a2 - https://godotengine.org
OpenGL ES 3.0 Renderer: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2
OpenGL ES Batching: ON
Config file didn't load. Error code: 7.000000
At: res://addons/godot-playfab/PlayFabClientConfig/PlayFabClientConfigLoader.gd:57:load()
No telemetry events to flush
At: res://addons/godot-playfab/PlayFabEvent.gd:104:_flush_playstream_event_batch()
No playstream events to flush
At: res://addons/godot-playfab/PlayFabEvent.gd:118:_flush_telemetry_event_batch()
Any idea what I did wrong? Thanks a lot.