hello
i want to use tpk for elevation and bas map for quest 2 VR with unity.
copy the tpk file in "/sdcard/Android/obb/com.Riaka.VRTutorials/" but in app dont show base map and elevation map.
string world2 = "/sdcard/Android/obb/com.Riaka.VRTutorials/world.tpk";
string Elevationfile2 = "/sdcard/Android/obb/com.Riaka.VRTutorials/ShirazDem.tpk";
mapComponent.Basemap = world2;
mapComponent.Elevation = Elevationfile2;