<?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: data transformation flow from 2D GIS features to Unity in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182497#M2</link>
    <description>&lt;P&gt;Replying here since I did get a little more clarity. The following steps are looking pretty good on my end:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I created some new feature classes. A couple have geometry type "3D Ohject" (for "3d points" and "3D polygons") and one is just a z-enabled Line feature class.&lt;/LI&gt;&lt;LI&gt;I used the Editor to create some Spheres and 3D Geometries. I used GP to load the non-z line features into the z-enabled feature class.&lt;/LI&gt;&lt;LI&gt;I added all of these feature classes to an ArcGIS Pro Scene and symbolized. I tweaked the line layer's elevation properties.&lt;/LI&gt;&lt;LI&gt;I used ArcGIS Pro &amp;gt; Share &amp;gt; Scene to publish to AGOL...&lt;/LI&gt;&lt;LI&gt;... this resulted in a "Web Scene" with several layers, notably the layers based on the above feature classes are listed as "&lt;SPAN&gt;ArcGISSceneServiceLayer" layers. Drilling into one of these shows each is a "Scene Layer - 3D Object".&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;This layer type matches the &lt;A href="https://www.arcgis.com/home/item.html?id=6c7a0d4f03d2444fb1f4fa9e85a96044" target="_self"&gt;Linz, Austria Scene&lt;/A&gt;&amp;nbsp;"Buildings" layer I was able to display in Unity using the SDK. Still need to confirm with my data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-Cory&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 22:05:07 GMT</pubDate>
    <dc:creator>coryeicher</dc:creator>
    <dc:date>2022-06-13T22:05:07Z</dc:date>
    <item>
      <title>data transformation flow from 2D GIS features to Unity</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182441#M1</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; What is the simplest way to take some 2D point, line, polygon GIS features and display them in Unity as Data Layers? &lt;A href="https://developers.arcgis.com/unity/layers/#data-layers" target="_self"&gt;Link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context/Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am assembling an example Unity-based VR application that will display two sets of data:&lt;BR /&gt;1) interior building assets including: rooms with floors and walls, linear features such as cables, and smaller 3D volumes inside the rooms like closets/cabinets&lt;BR /&gt;2) exterior assets including linear features including cables and pipes, points including joints/junctions, as well as polygon areas such a property poly or building buffer poly&lt;/P&gt;&lt;P&gt;Though my main focus will be 1), I already have data for 2) and I am trying to prove that this will work...&lt;/P&gt;&lt;P&gt;...I've taken a good look through the doc, but what is the simplest way to display these 2D objects in Unity? Most of the doc says to go through an SLPK, and here's a page with several ways to create one (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/scene-layer-package.htm" target="_self"&gt;link&lt;/A&gt;). None of these seem to match my input data case (2D point, line, polys).&lt;/P&gt;&lt;P&gt;I have some other bigger picture questions, but will cut it off there.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Cory&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 19:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182441#M1</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-06-13T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: data transformation flow from 2D GIS features to Unity</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182497#M2</link>
      <description>&lt;P&gt;Replying here since I did get a little more clarity. The following steps are looking pretty good on my end:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I created some new feature classes. A couple have geometry type "3D Ohject" (for "3d points" and "3D polygons") and one is just a z-enabled Line feature class.&lt;/LI&gt;&lt;LI&gt;I used the Editor to create some Spheres and 3D Geometries. I used GP to load the non-z line features into the z-enabled feature class.&lt;/LI&gt;&lt;LI&gt;I added all of these feature classes to an ArcGIS Pro Scene and symbolized. I tweaked the line layer's elevation properties.&lt;/LI&gt;&lt;LI&gt;I used ArcGIS Pro &amp;gt; Share &amp;gt; Scene to publish to AGOL...&lt;/LI&gt;&lt;LI&gt;... this resulted in a "Web Scene" with several layers, notably the layers based on the above feature classes are listed as "&lt;SPAN&gt;ArcGISSceneServiceLayer" layers. Drilling into one of these shows each is a "Scene Layer - 3D Object".&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;This layer type matches the &lt;A href="https://www.arcgis.com/home/item.html?id=6c7a0d4f03d2444fb1f4fa9e85a96044" target="_self"&gt;Linz, Austria Scene&lt;/A&gt;&amp;nbsp;"Buildings" layer I was able to display in Unity using the SDK. Still need to confirm with my data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-Cory&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 22:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182497#M2</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-06-13T22:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: data transformation flow from 2D GIS features to Unity</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182924#M4</link>
      <description>&lt;P&gt;Quick clarification. I wasn't able to view the line feature class in Unity (it displays fine in the ArcGIS Online&amp;nbsp; Scene Viewer). Instead I created some cylindrical multipatches.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 21:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1182924#M4</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2022-06-14T21:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: data transformation flow from 2D GIS features to Unity</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1194260#M41</link>
      <description>&lt;P&gt;Yea we don't have native support for feature layers yet so that additional work you did is necessary.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 23:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1194260#M41</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-07-20T23:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: data transformation flow from 2D GIS features to Unity</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1231018#M286</link>
      <description>&lt;P&gt;I was able to convert 2D point data to '&lt;SPAN&gt;Scene Layer - 3D Object' using your instructions! I am able to view everything in Quest 2. I now just need to work out how to call the layers in Unity so I can create buttons to turn the layers on and off. Some things I did that might be helpful for anyone else trying to go from 2D points &amp;gt; 3D Object :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;My 2D data had no height attribute as it just marked a location, I added an extra data field in the attributes table and set the value of all to 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Used the Geoprocessing&amp;nbsp;tool called 'Feature to 3D by Attribute' to create feature&amp;nbsp;layer with a z coordinate.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Used the Geoprocessing tool 'Create 3D Object Scene Layer Content' to create a .slpk file of the 3D Object Scene Layer. I then drag this into the ArcGIS online 'my content' tab to host and share.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 12 Nov 2022 06:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/data-transformation-flow-from-2d-gis-features-to/m-p/1231018#M286</guid>
      <dc:creator>LDD_NW</dc:creator>
      <dc:date>2022-11-12T06:57:57Z</dc:date>
    </item>
  </channel>
</rss>

