<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Maps Layer and Basemaps in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202386#M95</link>
    <description>&lt;P&gt;🫣 Could you share your code that does that please? I'd like to understand why that's happening. Could be helpful in documenting things.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2022 14:37:00 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2022-08-12T14:37:00Z</dc:date>
    <item>
      <title>Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1201844#M84</link>
      <description>&lt;P&gt;Hey I have been working with ArcGIS Maps SDK for unity for the past few days and starting to get the hang of it except I have been having trouble customizing the map.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just for an example say I want to use this watercolor map&lt;BR /&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=21812b28afea4091bc57472297aa73d4" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=21812b28afea4091bc57472297aa73d4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;From my research on this page&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/unity/layers/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/unity/layers/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it seems like we use the id number&amp;nbsp;&lt;/P&gt;&lt;P&gt;21812b28afea4091bc57472297aa73d4,&lt;/P&gt;&lt;P&gt;and place the URL&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/sharing/rest/content/items/21812b28afea4091bc57472297aa73d4/data" target="_blank" rel="noopener"&gt;https://www.arcgis.com/sharing/rest/content/items/21812b28afea4091bc57472297aa73d4/data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in the custom basemap source URL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This just makes the entire map white for me.&amp;nbsp; I have gotten a few URLs to work but most are either white or a copy of the satellite images.&amp;nbsp; &amp;nbsp;I signed up and downloaded for ArcGIS pro, because I read I could make a .tpk or .tpkx file from there and use that as well but have not been able to figure that out either.&lt;BR /&gt;I would really like to figure out how to customize the colors and other aspects of my map but keep running into issues.&amp;nbsp; What is the best way for me to go about customizing my map for Unity SDK?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 12:51:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1201844#M84</guid>
      <dc:creator>roostorf</dc:creator>
      <dc:date>2022-08-11T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1201855#M85</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To use the watercolour map as a basemap in your Unity app, try doing this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open this in your browser. This is a Web Map item&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=21812b28afea4091bc57472297aa73d4" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=21812b28afea4091bc57472297aa73d4&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Click the link in the Description... or further down under Basemap This is a Tile Layer item&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=fdf540eef40344b79ead3c0c49be76a9" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=fdf540eef40344b79ead3c0c49be76a9&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;At lower right under Url click View (or the "copy" button). This is a Vector Tile Service&amp;nbsp;&lt;A href="https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer" target="_blank"&gt;https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Copy the Vector Tile Service url&lt;/LI&gt;&lt;LI&gt;In Unity &amp;gt; ArcGIS Map &amp;gt; paste this into your Basemap url&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Does this work for you?&lt;/P&gt;&lt;P&gt;re: customizing colors and other aspects.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The ArcGIS ecosystem supports customizing the styling of Vector Tile Services used as basemaps. The approach allows you to override styles without having to republish/host the actual data... note that this is not the case with image tiles...&lt;/LI&gt;&lt;LI&gt;... I am not 100% sure the steps to do this, but there are links in the Description of this item (&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=fdf540eef40344b79ead3c0c49be76a9" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=fdf540eef40344b79ead3c0c49be76a9)&amp;nbsp;&lt;/A&gt; worth following. Perhaps someone else in the community can assist.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;In the Unity SDK there are also the regular/operational/reference layers (whatever name you'd like to call them!). These are found in the Unity map builder ui under ArcGIS Maps SDK &amp;gt; Map Creator &amp;gt; Layers. You have full control over the styling of these data....&lt;/LI&gt;&lt;LI&gt;... May be a bit of a learning curve depending on your starting point, but assuming you have feature data (points, lines, polygons), you can 3dify that data into multipatch geometries, then publish as web layers. That will get you ArcGIS 3D Object Scene Layers (aka Scene Layers) which you can add to Unity.... again you set up the styling in ArcGIS Pro when you publish. That styling "flows through" to unity.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Happy to help clarify either of the 2 main bits of this. Let me know how it goes.&lt;/P&gt;&lt;P&gt;-Cory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Cory&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 13:22:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1201855#M85</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-08-11T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202163#M86</link>
      <description>&lt;P&gt;Hi, unfortunately vector tile services aren't currently supported in the first release of the Unity SDK. However, this is a highly requested feature and it is on our roadmap.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 20:10:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202163#M86</guid>
      <dc:creator>SNauman</dc:creator>
      <dc:date>2022-08-11T20:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202240#M88</link>
      <description>&lt;P&gt;I tried the first method that you mentioned but the screen is just grey when I do that, I am not sure what the second part is saying I should try doing though.&amp;nbsp; I was able to add some cool satellite data from by using the URL&amp;nbsp;&lt;A href="https://earthlive.maptiles.arcgis.com/arcgis/rest/services/GOES/GOES31D/MapServer" target="_blank" rel="noopener"&gt;https://earthlive.maptiles.arcgis.com/arcgis/rest/services/GOES/GOES31D/MapServer&lt;/A&gt;&amp;nbsp;in layers tab which is neat but I don't know to what extent I can control the aesthetics that way.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Are&amp;nbsp; vector tile services a requirement for having custom maps besides satellite images?&amp;nbsp; I am just curious because on the page&amp;nbsp;&lt;A href="https://developers.arcgis.com/unity/layers/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.arcgis.com/unity/layers/&lt;/A&gt;&amp;nbsp;it says "ArcGIS Maps SDK for Unity provides a number of preset basemaps." and I wanted to know what those basemaps were becuase if I can't use my own custom map, I would still prefer to see what their preset alternatives are until that feature is released.&amp;nbsp; Does anyone know exactly what that page is referring to? Also can I create a .tpkx or .tpk file in ARCGis pro and use a customized map generated that way?&amp;nbsp; &amp;nbsp; When I use some urls like&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.arcgis.com/sharing/rest/content/items/ea3befe305494bb5b2acd77e1b3135dc/data" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.arcgis.com/sharing/rest/content/items/ea3befe305494bb5b2acd77e1b3135dc/data&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.arcgis.com/sharing/rest/content/items/c7d2b5c334364e8fb5b73b0f4d6a779b/data" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.arcgis.com/sharing/rest/content/items/c7d2b5c334364e8fb5b73b0f4d6a779b/data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;those will load fine, but they are just satellite images and I would like it to look and feel to be more artistic and less realistic.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again I really appreciate the help from both of responses!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 22:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202240#M88</guid>
      <dc:creator>roostorf</dc:creator>
      <dc:date>2022-08-11T22:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202252#M89</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The requirement is that you use image tiled layers. Unfortunately (as &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/609654"&gt;@SNauman&lt;/a&gt;&amp;nbsp;mentioned) we&amp;nbsp;weren't able to get support for vector tile layers in for this first release, but it's one of our top priorities. Until we add vector tile support…&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can use a .tpkx or .tpk created in ArcGIS Pro.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You can publish an image tile service from ArcGIS Pro.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You could use a layer that's already published in ArcGIS Online. You can see a few examples published by Esri&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.arcgis.com/home/search.html?q=owner%3Aesri+basemap+-export+-vector&amp;amp;focus=layers-weblayers-tiles&amp;amp;start=21&amp;amp;num=20" target="_self"&gt;here&lt;/A&gt;&lt;SPAN&gt; (though because they're image tile layers, many of them are deprecated, so while you can dev/test with them, don't use them in production).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="inherit"&gt;You could even use ArcGIS Pro to create an image tile layer of a map&amp;nbsp;&lt;/FONT&gt;that&lt;FONT face="inherit"&gt;&amp;nbsp;just has a vector tile layer: I&amp;nbsp;haven't tried this workflow, but I believe that in theory you could create a custom style in the Vector Tile Style Editor, create a Map in ArcGIS Pro using that custom style, and use ArcGIS Pro to export that to an image tile layer (I think ArcGIS Pro just refers to them as "tile layers") either as a local tile (.tpkx/tpk) or as a hosted service in ArcGIS Online. That would also probably be OK for dev &amp;amp; test if you're using our&amp;nbsp;&lt;/FONT&gt;published&lt;FONT face="inherit"&gt;&amp;nbsp;&lt;/FONT&gt;basemaps as the source data but you'd need to talk to us about using that in production.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Those are all stopgap options until we add vector tile support to the Maps SDKs. At that point this will become much simpler.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 23:49:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202252#M89</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2022-08-11T23:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202338#M90</link>
      <description>&lt;P&gt;Well, there's one vector tile basemap that works in Unity, but it's underwhelming for most purposes....&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=e9cacfd187904614884c16aa52a21cac" target="_self"&gt;Blank White Vector Basemap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No joke, I am using this one for a blank-canvas look. Not helpful for your purposes...&lt;/P&gt;&lt;P&gt;Possibly useful, possibly undocumented constraint: the SDK requires a basemap (cannot leave empty). At least that's what I saw.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/609654"&gt;@SNauman&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;&amp;nbsp;Not sure if already on your roadmap, but for the vector tile limitation it could be helpful to update the doc with a note and log an error if not already doing so. This kind of failure is tough to diagnose from the outside.&lt;/P&gt;&lt;P&gt;-Cory&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202338#M90</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-08-12T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202346#M91</link>
      <description>&lt;P&gt;re: second part. What kind of data do you have... or what kind of map are you trying to make?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Assuming you have discrete object data that you want to map. &lt;/EM&gt;These include: points, lines, polygons, or multipatches (classic multipatch example is a building shell)...&lt;/P&gt;&lt;P&gt;... Here are some doc links with steps for publishing your own operational data for consumption in Unity using the SDK.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/get-started-scenes.htm" target="_self"&gt;Scenes and 3D data&lt;/A&gt;&amp;nbsp;&lt;UL&gt;&lt;LI&gt;30,000 foot view. You want to do the first 3 tasks&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/scenes.htm" target="_self"&gt;Scenes&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;You want "Operational Layers" --&amp;gt; "Scene Layer"&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/operational-layers.htm" target="_self"&gt;Operational layers in web scenes&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;Deeper into Operational Layers in 3D scenes&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://Publish%20hosted scene layers" target="_self"&gt;Publish Hosted Scene Layers&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;You want&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/portal/11.0/use/publish-scenes.htm#ESRI_SECTION1_CFBCE06ADF19474F8132339DD277E5B7" target="_blank" rel="noopener"&gt;Add multipatch, point, or building data to a scene in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ArcGIS Pro&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and publish&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As noted in the pretty table in&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/operational-layers.htm" target="_self"&gt;Operational layers in web scenes&lt;/A&gt;, both 2D and 3D data are generally supported. In some cases you will want/need to generate 3D from 2D. You can do this in ArcGIS Pro. Recommend 3D Analyst license to do this in bulk, but possible to do manually without that product. &lt;STRONG&gt;Note:&lt;/STRONG&gt; 3Difying your data happens in ArcGIS Pro and prior to publishing to service.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Looking for a working example?&lt;/STRONG&gt; &lt;A href="https://www.arcgis.com/home/item.html?id=6c7a0d4f03d2444fb1f4fa9e85a96044" target="_self"&gt;Linz, Austria Scene&lt;/A&gt; includes an operational layer of buildings. You can configure this to display in Unity. &lt;A href="https://www.arcgis.com/home/item.html?id=2ce38f16b5d947bab1d7a3723553e645" target="_self"&gt;Building Linz&lt;/A&gt; is the item link and here is the &lt;A href="https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Building_Linz_17/SceneServer" target="_self"&gt;service URL&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lastly&lt;/STRONG&gt;, you can display other types of layers in Unity. I focused on discrete data. If your needs are different, you will want to explore some of the other ArcGIS 3D layer types listed in&amp;nbsp;the pretty table in&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/operational-layers.htm" target="_self"&gt;Operational layers in web scenes&lt;/A&gt;, My take is that ArcGIS Unity supports a _subset_ of these layer types at this time.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 12:56:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202346#M91</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-08-12T12:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202375#M92</link>
      <description>&lt;P&gt;The &lt;A href="https://developers.arcgis.com/unity/layers/" target="_self"&gt;Layers documentation page&lt;/A&gt; in the &lt;A href="https://developers.arcgis.com/unity/" target="_self"&gt;ArcGIS Maps SDK for Unity documentation&lt;/A&gt; covers the layer types that are currently supported:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;In &lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Maps SDK for Unity&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;basemap layers&lt;SPAN&gt; are currently limited to &lt;/SPAN&gt;image tile layers&lt;SPAN&gt;. Image tile layers can use an online &lt;/SPAN&gt;image tile service&lt;SPAN&gt; or a local &lt;/SPAN&gt;image tile package&lt;SPAN&gt; as a data source. See &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/unity/layers/#image-tile-layers" target="_blank" rel="noopener"&gt;Image tile layers&lt;/A&gt;&lt;SPAN&gt; below for more information.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/unity/layers/#basemap-layer-types" target="_self"&gt;Basemap layer types&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/unity/layers/#data-layers" target="_self"&gt;Data layers&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But in short, we currently support image tile layers as basemap and data layers, and 3D object scene layers and integrated mesh scene layers as data layers. All layer types can read from a service or a local package.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 14:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202375#M92</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2022-08-12T14:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202377#M93</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/555928"&gt;@coryeicher&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Well, there's one vector tile basemap that works in Unity, but it's underwhelming for most purposes....&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=e9cacfd187904614884c16aa52a21cac" target="_self"&gt;Blank White Vector Basemap&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No vector tile layer works in the ArcGIS Maps SDK for Unity. If it shows up as blank white tiles in Unity, that's just a happy coincidence &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 14:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202377#M93</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2022-08-12T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202380#M94</link>
      <description>Haha yep.&lt;BR /&gt;&lt;BR /&gt;Similar to "A broken clock is right twice a day"&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Aug 2022 14:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202380#M94</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-08-12T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202386#M95</link>
      <description>&lt;P&gt;🫣 Could you share your code that does that please? I'd like to understand why that's happening. Could be helpful in documenting things.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 14:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1202386#M95</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2022-08-12T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Maps Layer and Basemaps</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1222496#M221</link>
      <description>&lt;P&gt;Hi, I have been trying the last approach without any success. When I try to create a map tile package in ArcGIS pro, I get the error "Layer type is not supported: Map/World Imagery (for Export)".&lt;/P&gt;&lt;P&gt;This is my Drawing order:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristofferLindellBolin_0-1666016368169.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53763iFB6C500051B09542/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristofferLindellBolin_0-1666016368169.png" alt="ChristofferLindellBolin_0-1666016368169.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I use this map &lt;A href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer" target="_blank"&gt;https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer&lt;/A&gt; as the basemap&lt;/P&gt;&lt;P&gt;And the following style: &lt;A href="https://kockums.maps.arcgis.com/home/item.html?id=8f4fde8063d04a1bb17824073d9a99dd" target="_blank"&gt;https://kockums.maps.arcgis.com/home/item.html?id=8f4fde8063d04a1bb17824073d9a99dd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/custom-maps-layer-and-basemaps/m-p/1222496#M221</guid>
      <dc:creator>ChristofferLindellBolin</dc:creator>
      <dc:date>2022-10-17T14:25:39Z</dc:date>
    </item>
  </channel>
</rss>

