Hi, I'm creating an application in Unity and I'm trying to test out the Geocoding and Routing samples. I try to follow the documentation, as in I put my API key in the ArcGISMap component and try to play the sample. However, each time I interact with the map, I get either a "Unable to complete operation" or a "Invalid Token" error message. I tried linking the component with a SerializeField just in case and putting my API Key directly in the script.
Is there something I am missing ? Thank you