Select to view content in your preferred language

Offline map

3936
12
08-22-2022 11:31 AM
krasi
by
Emerging Contributor

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/

12 Replies
SNauman
Occasional Contributor

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?

Matt_Nelson
Esri Alum

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

Matt_Nelson
Esri Alum

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.

0 Kudos