We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c116fb commit c3d9a9cCopy full SHA for c3d9a9c
addons/godot-playfab/PlayFabManager.gd
@@ -33,6 +33,7 @@ func _init():
33
34
# Called when the node enters the scene tree for the first time.
35
func _ready():
36
+ set_process_mode(PROCESS_MODE_ALWAYS)
37
add_child(client)
38
add_child(event)
39
client_config = _client_config_loader.load(title_id)
0 commit comments