Failed to retrieve non-existent singleton 'GooglePlay'
LoneTechWiz opened this issue · 2 comments
LoneTechWiz commented
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:
- Remove module from godot source.
- Recompile.
- Do whatever change you need to do with the module and then put module back to godot source.
- Recompile.
It takes time and effort, I came up with this idea by my own, there might be a better approach.
Good luck!
Gperez88 commented
I have same issues "Failed to retrieve non-existent singleton 'GooglePlay'"