0 votes

Hello,

I am new to Godot (using 3.0 RC1) and I need to use a module to accomplish Google Play Services. I found one on GitHub, but I have no clue how to add it to the engine? Is there really no other way than modifying the source code and recompile? I'm not familiar with any languages other than Python and GDScript, so this seems scary to me.

Thanks for all your answers.
Greetings, Footurist

in Engine by (846 points)

maybe it will be much easier later with... 3.x not sure.
but you need to compile templates for now.

1 Answer

0 votes

Although I do not have experience with touching the playstore, I am touching the c++ modules fairly often.

Doesnt the play store uses Android's java api

If so, you have to go through the painstaking process of using a Java NI

http://docs.godotengine.org/en/latest/development/cpp/creating_android_modules.html

If the github is self contained in godot/modules/

all you have to do is add the file to godot/modules directory and compile

found another example

http://docs.godotengine.org/en/latest/tutorials/platform/android_in_app_purchases.html

by (427 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.