Hey guys, im using ArcGis Unity SDK for a couple of days and i like it.
I have an question tho - can i use ArcGis pro to draw and make an offline map to use with the SDK in offline mode?
And how do i switch to offline map?
EDIT:
I got it - all i needed is nicely done in ArcGIS Maps SDK - Map Creator.
Awesome SDK guys, gonna buy ArcGIS pro subscription and make some beautifull maps yey \o/
Vtpk and mapx aren't currently supported. Have you tried exporting just as a .tpk? And can you use the Layers section instead of the basemap section and see if that works?
In addition to Stephen's suggestion you should try attaching a view state logging component to your map. It could provide some useful information as to why the layer is not being loaded whether it is an unsupported format, invalid SR, an invalid path or something else
Guessing there is some layer/format issue in your tpk. Before you export to a tpk can you load that as a service in unity? In addition, add a viewStateLogging component to your scene. It will help you troubleshoot any issues.