|
4 | 4 | </p> |
5 | 5 |
|
6 | 6 | # Sign in with Apple Unity Plugin |
7 | | - |
8 | 7 |
|
| 8 | +by **Daniel Lupiañez Casares** |
| 9 | + |
| 10 | + |
9 | 11 | [](https://gitHub.com/lupidan/apple-signin-unity/stargazers/) |
10 | 12 | [](https://github.com/lupidan?tab=followers) |
11 | 13 | [](https://github.com/lupidan/apple-signin-unity/blob/master/LICENSE.md) |
|
20 | 22 | <a href="https://raw.githubusercontent.com/lupidan/apple-signin-unity/master/Img/SCRN03.png"><img src="https://raw.githubusercontent.com/lupidan/apple-signin-unity/master/Img/SCRN03.png" alt="Screenshot2" height="400"/></a> |
21 | 23 | </p> |
22 | 24 |
|
23 | | -by **Daniel Lupiañez Casares** |
| 25 | + |
| 26 | + |
| 27 | +* [Overview](#overview) |
| 28 | +* [Features](#features) |
| 29 | +* [Installation](#installation) |
| 30 | + * [Option 1: Unity Package manager](#option-1--unity-package-manager) |
| 31 | + * [Option 2: Unity Package file](#option-2--unity-package-file) |
| 32 | +* [Plugin setup](#plugin-setup) |
| 33 | + * [Option 1) Programmatic setup with a Script](#option-1---programmatic-setup-with-a-script) |
| 34 | + * [Option 2) Manual entitlements setup](#option-2--manual-entitlements-setup) |
| 35 | + * [Final notes regarding setup](#final-notes-regarding-setup) |
| 36 | +* [Implement Sign in With Apple](#implement-sign-in-with-apple) |
| 37 | + * [Initializing](#initializing) |
| 38 | + * [Perform Sign In With Apple](#perform-sign-in-with-apple) |
| 39 | + * [Checking credential status](#checking-credential-status) |
| 40 | + * [Quick login](#quick-login) |
| 41 | + * [Listening to credentials revoked notification](#listening-to-credentials-revoked-notification) |
| 42 | +* [Some more info](#some-more-info) |
24 | 43 |
|
25 | 44 | ## Overview |
26 | 45 | Sign in with Apple plugin to use with Unity 3D game engine. |
|
0 commit comments