Hi all,
I've recently updated to ArcGIS Unity SDK v2 from v1.6 . And as mentioned in their documentation, the previously working user authentication mechanism I'd implemented is now broken with v2.0. What I'd do usually is:
Previously I could generate a new ArcGISOAuthAuthorizationCredential object with these tokens. But with v.2 I'm running into an error that seems to be dll related since the RT_GEOAuthAuthorizationCredential_create doesnt seem to exist.
Could someone please help me understand how to proceed with ArcGIS Unity SDK v2.0 after getting these tokens? The sample code, scenes, and documentation provided for v2.0 are, honestly, as confusing as how they have always been previously.
@MichaelBranscomb @RexHansen ?