<?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 What source does 3DObjctLayer use? in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260150#M444</link>
    <description>&lt;P&gt;Hello, I am trying to utilize the ArcGIS Unity C# API. I've gone through the tutorials, and right now I'm trying to utilize my own 3D models with their own textures as a source for the 3DObjectLayer I want to put on top of the map.&lt;/P&gt;&lt;P&gt;All of the tutorials only use custom ArcGIS URLs as sources, and no other tutorial out there shows how to use anything other than those provided URLs. I want to be able to create my own custom layers with my own models, FBX files of Toronto and New York , but every time I try to use them as a source I get an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ArcGISLayerViewState buildings changed to : Error (IO error.)
Additional info: Unable to open or read file, it may be in a different format or corrupted: [user directory]/Assets/Materials/Toronto_FBX_files/Toronto_N_0.fbx
UnityEngine.Debug:Log (object)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something that is intended to be used with ArcGISPro? I currently don't have access to the program in my company, and I see that the URLs provided give the same JSON data that things like this do (&lt;A href="https://www.arcgis.com/home/item.html?id=ca0470dbbddb4db28bad74ed39949e25" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=ca0470dbbddb4db28bad74ed39949e25&lt;/A&gt;), but using those don't seem to work either.&lt;/P&gt;&lt;P&gt;What's the intended workflow in utilizing different sources for these layers? If it's URL based, how do I generate the URL I want for my 3DObjectLayer, and if I am able to utilize files like FBX how do I utilize those as sources?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 17:57:43 GMT</pubDate>
    <dc:creator>TomerBraff</dc:creator>
    <dc:date>2023-02-21T17:57:43Z</dc:date>
    <item>
      <title>What source does 3DObjctLayer use?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260150#M444</link>
      <description>&lt;P&gt;Hello, I am trying to utilize the ArcGIS Unity C# API. I've gone through the tutorials, and right now I'm trying to utilize my own 3D models with their own textures as a source for the 3DObjectLayer I want to put on top of the map.&lt;/P&gt;&lt;P&gt;All of the tutorials only use custom ArcGIS URLs as sources, and no other tutorial out there shows how to use anything other than those provided URLs. I want to be able to create my own custom layers with my own models, FBX files of Toronto and New York , but every time I try to use them as a source I get an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ArcGISLayerViewState buildings changed to : Error (IO error.)
Additional info: Unable to open or read file, it may be in a different format or corrupted: [user directory]/Assets/Materials/Toronto_FBX_files/Toronto_N_0.fbx
UnityEngine.Debug:Log (object)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something that is intended to be used with ArcGISPro? I currently don't have access to the program in my company, and I see that the URLs provided give the same JSON data that things like this do (&lt;A href="https://www.arcgis.com/home/item.html?id=ca0470dbbddb4db28bad74ed39949e25" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=ca0470dbbddb4db28bad74ed39949e25&lt;/A&gt;), but using those don't seem to work either.&lt;/P&gt;&lt;P&gt;What's the intended workflow in utilizing different sources for these layers? If it's URL based, how do I generate the URL I want for my 3DObjectLayer, and if I am able to utilize files like FBX how do I utilize those as sources?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 17:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260150#M444</guid>
      <dc:creator>TomerBraff</dc:creator>
      <dc:date>2023-02-21T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: What source does 3DObjctLayer use?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260351#M445</link>
      <description>&lt;P&gt;Hello, you can also load local SLPKs (Scene Layer Packages) other than the URL-based service. If you have your own 3D model, usually you would import your 3D files (I don't think .fbx are supported, but there are other options such as&amp;nbsp;&lt;SPAN class=""&gt;.3ds&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;.wrl,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;.dae,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;.obj etc.)&lt;/SPAN&gt; to ArcGIS Pro, and from there you can add texture/color to your 3D model, then either publish your 3D object scene layer as URL based service or generate it as a local .SLPK. I've also seen people using Revit to generate SLPKs, but it's more for building scene layer.&lt;/P&gt;&lt;P&gt;Some useful resource:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/import-3d-files.htm" target="_blank" rel="noopener"&gt;Import 3D Files to ArcGIS Pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/the-3d-objects-scene-layer-in-arcgis-pro.htm" target="_self"&gt;3D Object Scene Layer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-3d-object-scene-layer-package.htm" target="_self"&gt;Create 3D Object Scene Layer Content&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 17:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260351#M445</guid>
      <dc:creator>and1</dc:creator>
      <dc:date>2023-04-26T17:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: What source does 3DObjctLayer use?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260517#M447</link>
      <description>&lt;P&gt;&lt;SPAN&gt;One more information you might found it useful. Instead of importing 3D models as scene layers, we have the ArcGIS Location component that allows you to place object with GIS coordinates so users can import FBX directly to Game Engines without using any Esri technology and place it to the right position by attaching the ArcGIS Location component and specify the position with GIS coordinates + Spatial Reference WKID.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 16:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/what-source-does-3dobjctlayer-use/m-p/1260517#M447</guid>
      <dc:creator>and1</dc:creator>
      <dc:date>2023-02-22T16:35:05Z</dc:date>
    </item>
  </channel>
</rss>

