Do I have to pay to use Google play game services in my project?(SOLVED)

I want to add gpgs to my game but I don’t know if it is free. Thanks in advance.

Google Play Game Services Native Extension for Defold is absolutely free and open source.
Manual: https://defold.com/extension-gpgs/
GitHub: https://github.com/defold/extension-gpgs

You need to enable services in google play console and download and configure this extension.

You only need to pay for registering as a developer in Google Play if you do not have a developer account. This is needed to release the game into Google Play. Google Play Game Services are free

1 Like

Thanks a lot.