GodotGoogleService icon indicating copy to clipboard operation
GodotGoogleService copied to clipboard

Failed to retrieve non-existent singleton 'GooglePlay'

Open LoneTechWiz opened this issue 6 years ago • 2 comments

When trying to debug I get an error that says "Failed to retrieve non-existent singleton 'GooglePlay'"

LoneTechWiz avatar May 16 '19 02:05 LoneTechWiz

I had that as well when I tried to modify the module and recompile in the source, solved with following steps:

  1. Remove module from godot source.
  2. Recompile.
  3. Do whatever change you need to do with the module and then put module back to godot source.
  4. Recompile.

It takes time and effort, I came up with this idea by my own, there might be a better approach.

Good luck!

Alpzy avatar Aug 06 '19 03:08 Alpzy

I have same issues "Failed to retrieve non-existent singleton 'GooglePlay'"

Gperez88 avatar Aug 17 '19 16:08 Gperez88