GodotGoogleService
GodotGoogleService copied to clipboard
Google play service, login, achievements, leaderboard.
Are you planning to bring godot 3.2 support to your modules?
Can you add a way to save and load game data using this module?
When trying to debug I get an error that says "Failed to retrieve non-existent singleton 'GooglePlay'"
I have set up linux compiling environment which works with kloder's admob module. When I compile this module - the size of custom apk doesn't change and it doesn't appear...
I got this error when compile Godot 2.1.5 > Configure project : Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence. java.lang.IllegalStateException: buildToolsVersion is not specified. at com.google.common.base.Preconditions.checkState(Preconditions.java:173) at...
Godot Version: latest ERROR: > Task :compileDebugJavaWithJavac FAILED {}/godot/modules/GodotGoogleService/frogutils/Utils.java:67: error: cannot find symbol return KeyValueStorage.getValue(p_key); ^ symbol: variable KeyValueStorage location: class Utils {}/godot/modules/GodotGoogleService/frogutils/Utils.java:71: error: cannot find symbol KeyValueStorage.setValue(p_key, p_value); ^...
My android game leaderboard crashes in production. When I download the app, I can see the leaderboard scores when I click on it. But after playing a game session, when...