https://github.com/codergogoi/ios_gamecenterplugin_unity3d
Open Source iOS Gamecenter Plugin for Unity3D
https://github.com/codergogoi/ios_gamecenterplugin_unity3d
Last synced: 5 months ago
JSON representation
Open Source iOS Gamecenter Plugin for Unity3D
- Host: GitHub
- URL: https://github.com/codergogoi/ios_gamecenterplugin_unity3d
- Owner: codergogoi
- Created: 2016-03-29T13:06:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T13:26:56.000Z (about 10 years ago)
- Last Synced: 2025-05-22T07:12:36.029Z (about 1 year ago)
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS_GameCenterPlugin_Unity3d
Unity3d provide SocialPlatform API interface for Cross platform gamecenter.
This is very simple example of iOS gamecenter for Unity3d with the help of native API. Here is a basic idea of the plugin.
First we need to authonicate Local player of social platform. Once this is done we can report Leaderboard score and Achievement progress by following its unique ID.
Unity gave the ShowIU() method for both Achievement and Leaderboard which is very usefull to show the native UI. Please go through the plugin you can understand the whole technique.
Thank you