kloder-games / godot-gpgs

Godot Module for Google Play Game Services
MIT License
56 stars 16 forks source link

googleApiClient stays null after init #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Basically the method init() in the Client.java finish but the googleApiClient variable is not set to any object reference, because stays null. I solved this removed the code activity.runOnUiThread(new Runnable() {...}), I'm using godot 2.1.3