Hello there,
I tried following the steps here: https://developers.arcgis.com/unity/authentication/ (Components and C# API) but didn't manage to show the login page on Windows and Android.
Anyone managed to make it work?
These are my steps:
1. Made an empty scene.
2. Added OAuthScene script to an empty gameObject and added the client ID, Redirect URI mobile(unitydl://mylink?scene1), desktop(random website) and service URL which is a link to a 3D layer.
3. Added also OAuthChallengeHandlersInitializer script to the same gameObject.
Also tried to add the same components to an ArcGIS Map gameObject but the login page never shows.
Thanks.