2.1. Login with Unity
Last updated
Was this helpful?
Last updated
Was this helpful?
You can download the unity package here.
How to integrate the IDC Login prefab for Unity:
1. Drag IDCLoginManager prefab to your scene.
2. Select IDCLoginManager object and set your game "secret" at the Inspector.
3. You can retrieve if a user is logged in with the IsLogged property.
4. Retrieve advanced user data by adding the following code at your scripts: