akram_0090

Google Play Games plugin for Unity

Jul 8th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. http://picocurl.com/2IuC
  2. https://github.com/playgameservices/play-games-plugin-for-unity/blob/master/README.md
  3.  
  4. Google Play Games plugin FOR Unity
  5.  
  6. Copyright (c) 2014 Google Inc. All rights reserved.
  7.  
  8. The Google Play Games plugin FOR Unity® is an open-source project whose goal is TO provide a plugin that allows game developers TO integrate WITH the Google Play Games API from a game written in Unity®. However, this project is NOT in any way endorsed OR supervised BY Unity Technologies.
  9.  
  10. Unity® is a trademark OF Unity Technologies.
  11.  
  12. iOS is a trademark OF Apple, Inc.
  13.  
  14. Overview
  15.  
  16. The Google Play Games plugin FOR Unity allows you TO access the Google Play Games API through Unity's social interface. The plugin provides support for the following features of the Google Play Games API:
  17.  
  18. sign in
  19. unlock/reveal/increment achievement
  20. post score to leaderboard
  21. cloud save read/write
  22. show built-in achievement/leaderboards UI
  23. events and quests
  24. nearby connections
  25. turn-based multiplayer
  26. real-time multiplayer
  27. NOTICE: Google Play games services for iOS is deprecated, and is not likely to function as expected. Do not use Google Play games services for iOS in new apps. See the deprecation announcement blog post for more details.
  28.  
  29. Features:
  30.  
  31. easy GUI-oriented project setup (integrated into the Unity GUI)
  32. cross-platform support (Android and iOS) with no need for platform glue code.
  33. (Android) no need to override/customize the player Activity
  34. (Android) no need to override/customize AndroidManifest.xml
  35. (iOS) integrates into XCode build using Cocoapods to manage the framework dependencies.
  36. System requirements:
  37.  
  38. Unity® 5 or above.
  39.  
  40. Note:4.6.8 works at runtime, but some editor functionality does not work. as a result, use of older version of Unity are at your own peril.
  41.  
  42. To deploy on Android:
  43.  
  44. Android SDK
  45. Android v4.0 or higher
  46. Google Play Services library, version 8.4 or above
  47. To deploy on iOS:
  48.  
  49. XCode 6 or above
  50. Cocoapods
Add Comment
Please, Sign In to add comment