FrogSquare/GodotGoogleService

Failed to retrieve non-existent singleton 'GooglePlay'

LoneTechWiz opened this issue · 2 comments

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

Alpzy commented

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!

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