文件名称:unity-play-games-service-package:重新包装的Play游戏服务
文件大小:3.77MB
文件格式:ZIP
更新时间:2024-05-02 04:50:33
C#
Google玩游戏 用于与Android的Google Play游戏服务一起使用的Unity软件包。 基于。 与原来的主要区别: 简化了配置过程,将APP_ID移至项目设置Project / Cheetah / Unity NPM软件包,易于分发 例子 var webAppId = " *** " ; PlayGamesClientConfiguration config = new PlayGamesClientConfiguration . Builder ( webAppId ) . RequestIdToken () . RequestEmail () . Build (); PlayGamesPlatform . InitializeInstance ( config ); PlayGamesPlatform . Activate ();