Hi,
I am using ArcGIS Pro 3.3.1 and ArcGIS Map SDK 1.6.
I am trying to create an offline map in a Unity scene so I downloaded my map through ArcGIS Pro as a .vtpk file.
It is possible to load this file offline from the assets folder as a basemap. But I have problems to load the elevation.


I tried to load the .vtpk as a elevation source. This does not work. I even tried to add it to the layers as a ArcGIS Vector Tile Layer. Nothing.
After that, I used the analysis tools to manage the tile cache and then exported it as .tpk and .tpkx file in ArcGIS Pro.

I tried to use these files as elevation source but it did not work. I even tried to load it via Code. No chance.
1.What did I do wrong? Could you please provide a step-by-step guide on how to load a map offline in Unity with both a basemap and an elevation layer.
2. I’m not seeing the Nova Basemap style on my .vtpk basemap. The file name suggests that I downloaded a Nova basemap, so I’m not sure why it’s not displaying correctly.
Thank you for your help!