Closed Ceydigitaluditha closed 6 years ago
@Ceydigitaluditha you can use the following contruction:
var gpgs_instance = Globals.get_singleton("GodotPlayGameServices")
gpgs_instance.init(get_instance_ID()) # Normal init
gpgs_instance.init_with_debug(get_instance_ID()) # Debug init
@Ceydigitaluditha Does previous post answer your question?
I assume this issue as resolved. If you have got any questions left, please, create another issue or contact me by any means convinient for you.
@drtwisted Thank you for building this repository. Please tell me how I init this library to my Godot script.Thank you