https://github.com/coolishbee/universal-sdk-unity
The Universal SDK for Unity provides a modern way of implementing Social Login APIs.
https://github.com/coolishbee/universal-sdk-unity
android apple-login apple-sign-in apple-signin facebook-login google-login google-sign-in ios unity unity-android unity-ios unity3d unity3d-plugin
Last synced: 19 days ago
JSON representation
The Universal SDK for Unity provides a modern way of implementing Social Login APIs.
- Host: GitHub
- URL: https://github.com/coolishbee/universal-sdk-unity
- Owner: coolishbee
- Created: 2021-11-25T10:40:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T08:57:40.000Z (over 1 year ago)
- Last Synced: 2024-06-09T09:47:23.743Z (over 1 year ago)
- Topics: android, apple-login, apple-sign-in, apple-signin, facebook-login, google-login, google-sign-in, ios, unity, unity-android, unity-ios, unity3d, unity3d-plugin
- Language: Objective-C
- Homepage:
- Size: 30.9 MB
- Stars: 44
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal SDK for Unity
[Docs English](https://chc3484.gitbook.io/sdk/unity-sdk/get-started) | [Docs Korean](https://chc3484.gitbook.io/sdk/v/ko/unity-sdk/getstarted) | [AssetStore](https://assetstore.unity.com/packages/tools/integration/universal-sdk-204843) | [Demo](https://github.com/coolishbee/universal-sdk-unity-demo)
## Overview
The Universal SDK for Unity provides a modern way of implementing Social Login APIs. The features included in this SDK will help you develop a Unity game with an engaging and personalized user experience.
No need to import any third party (Google, Facebook, Apple). All included.
**The Facebook login feature will be deprecated.**
## Supported Platforms
- Android
- iOS
with Unity 2019.x or later.
## Android
### Features
- Google Login
- Facebook Login
- Apple Login **(using CustomTabs)**
- AndroidX Support
- Chrome Custom Tabs
### Dependency
- `implementation 'com.facebook.android:facebook-login:16.2.0'`
- `implementation 'com.google.android.gms:play-services-auth:21.0.0'`
## iOS
### Features
- Google Login
- Facebook Login
- Apple Login
- Capability Support
- Safari View Controller
### Dependency
- `'GoogleSignIn', '~> 7.1.0'`
- `'FBSDKLoginKit', '~> 17.0.0'`
## Support
Please visit this repository's [Github issue tracker](https://github.com/jameschun7/universal-sdk-unity/issues) for feature requests and bug reports related specifically to the SDK.
For other any questions, send us an email to chc3484@gmail.com. **(Please reply if the issue is resolved)**