Hey I have been working with ArcGIS Maps SDK for unity for the past few days and starting to get the hang of it except I have been having trouble customizing the map.
Just for an example say I want to use this watercolor map
https://www.arcgis.com/home/item.html?id=21812b28afea4091bc57472297aa73d4
From my research on this page
https://developers.arcgis.com/unity/layers/
it seems like we use the id number
21812b28afea4091bc57472297aa73d4,
and place the URL
https://www.arcgis.com/sharing/rest/content/items/21812b28afea4091bc57472297aa73d4/data
in the custom basemap source URL.
This just makes the entire map white for me. I have gotten a few URLs to work but most are either white or a copy of the satellite images. I signed up and downloaded for ArcGIS pro, because I read I could make a .tpk or .tpkx file from there and use that as well but have not been able to figure that out either.
I would really like to figure out how to customize the colors and other aspects of my map but keep running into issues. What is the best way for me to go about customizing my map for Unity SDK?
Thanks!