title: Defold 中的 Google Play Game 服务
Google Play Game Services 可以给你的安卓游戏增加用户认证、云存储、成就系统、排行榜等各种功能。Google Play Game 服务在 Defold 中作为一个 原生扩展。
要使用 Google Play Game 服务扩展你需要在 game.project 文件中加入依赖。最新稳定版地址:
https://github.com/defold/extension-gpgs/archive/master.zip
推荐使用发布页的zip链接 指定某个版本。
使用的介绍以及 API 文档位于 GitHub 扩展项目网页。