Select to view content in your preferred language

Can't Import GIS File Map into Unity

559
1
09-18-2023 04:47 PM
AidanAumell
Emerging Contributor

I am working on a project that requires me to export a data layer from ArcGIS and integrate it into a Unity application. Despite my efforts, I have encountered difficulties in successfully importing the data into Unity. I am not using a URL for the data. What layer are supported, why do none of my layer show in unity when I add them with the plugin. 

0 Kudos
1 Reply
and1
by Esri Contributor
Esri Contributor

Hi AidanAumell, what type of data layer are you trying to load? We currently support these types of data layers in the list below:

  • Image tile layers
  • Vector tile layers
  • Scene layers (version 1.7 or higher)
    • 3D object scene layers
    • Integrated mesh scene layers
    • Building scene layers

You can use either service URL or offline packages such as .tpk (or .tpkx), .vtpk, .slpk. Hope this helps!

Reference Doc Page: https://developers.arcgis.com/unity/layers/

0 Kudos