<?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: [visionOS] 10s+ freeze in ArcGISView constructor on Apple Vision Pro hardware (Unity 6 / v2.2.0) in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1679875#M1194</link>
    <description>&lt;P&gt;I have a further update regarding the official sample project (xr_sample_project).&lt;/P&gt;&lt;P&gt;I tested the official sample on Meta Quest 2 (Android), and the initialization was instantaneous:&lt;/P&gt;&lt;P&gt;Meta Quest 2: 0.02s&lt;BR /&gt;Apple Vision Pro (Hardware): 7.00s - 10.00s&lt;BR /&gt;This comparison proves that even with the same official sample code, the massive delay is not caused by the complexity of XR rendering itself, but is a visionOS-specific hardware/runtime issue.&lt;/P&gt;&lt;P&gt;I hope this helps your engineering team investigate why the visionOS native runtime behaves so differently from Android, iOS, and the Simulator.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 05:44:34 GMT</pubDate>
    <dc:creator>yhikishima</dc:creator>
    <dc:date>2026-01-26T05:44:34Z</dc:date>
    <item>
      <title>[visionOS] 10s+ freeze in ArcGISView constructor on Apple Vision Pro hardware (Unity 6 / v2.2.0)</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1679202#M1192</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am reporting a performance issue with ArcGIS Maps SDK for Unity v2.2.0 on Apple Vision Pro hardware.&lt;/P&gt;&lt;P&gt;The application freezes for more than 10 seconds during the initialization. The bottleneck is the following line in ArcGISMapComponent.cs:&lt;/P&gt;&lt;P&gt;view = new ArcGISView(ArcGISGameEngineType.Unity, GameEngine.MapView.ArcGISGlobeModel.Ellipsoid);&lt;/P&gt;&lt;P&gt;The constructor blocks the main thread. This occurs ONLY on the actual visionOS device.&lt;/P&gt;&lt;P&gt;Measured times for "new ArcGISView" execution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unity Editor (macOS): 0.02s&lt;/LI&gt;&lt;LI&gt;iOS Device: 0.02s&lt;/LI&gt;&lt;LI&gt;visionOS Simulator: 0.02s&lt;/LI&gt;&lt;LI&gt;Apple Vision Pro Hardware: 10.00s - 15.00s&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Findings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I tested the official xr_sample_project and it also takes about 7 seconds to initialize on AVP hardware. URL:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-unity-samples/tree/main/xr_sample_project" target="_blank" rel="noopener noreferrer"&gt;https://github.com/Esri/arcgis-maps-sdk-unity-samples/tree/main/xr_sample_project&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Tested on Unity 6 (6000.3.0f1) with URP.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hardware Details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Device: Apple Vision Pro (MQL83J/A)&lt;/LI&gt;&lt;LI&gt;OS Version: visionOS 26.3&lt;/LI&gt;&lt;LI&gt;Serial Number: YVXCWGN0GP&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Development Environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SDK: ArcGIS Maps SDK for Unity v2.2.0&lt;/LI&gt;&lt;LI&gt;Unity: 6000.0.39f1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is this 10-second delay a known behavior of the native runtime on visionOS hardware?&lt;/LI&gt;&lt;LI&gt;Is there any way to initialize ArcGISView without blocking the main thread?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 06:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1679202#M1192</guid>
      <dc:creator>yhikishima</dc:creator>
      <dc:date>2026-01-22T06:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: [visionOS] 10s+ freeze in ArcGISView constructor on Apple Vision Pro hardware (Unity 6 / v2.2.0)</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1679875#M1194</link>
      <description>&lt;P&gt;I have a further update regarding the official sample project (xr_sample_project).&lt;/P&gt;&lt;P&gt;I tested the official sample on Meta Quest 2 (Android), and the initialization was instantaneous:&lt;/P&gt;&lt;P&gt;Meta Quest 2: 0.02s&lt;BR /&gt;Apple Vision Pro (Hardware): 7.00s - 10.00s&lt;BR /&gt;This comparison proves that even with the same official sample code, the massive delay is not caused by the complexity of XR rendering itself, but is a visionOS-specific hardware/runtime issue.&lt;/P&gt;&lt;P&gt;I hope this helps your engineering team investigate why the visionOS native runtime behaves so differently from Android, iOS, and the Simulator.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 05:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1679875#M1194</guid>
      <dc:creator>yhikishima</dc:creator>
      <dc:date>2026-01-26T05:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: [visionOS] 10s+ freeze in ArcGISView constructor on Apple Vision Pro hardware (Unity 6 / v2.2.0)</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1680539#M1195</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Which rendering for the vision pro are you using within Unity? There is Reality Kit with Polyspatial or Metal. There are some pretty significant differences between the two. We have noticed quite a few issues when using polyspatial but not metal. Please check within your project settings in Unity and get back to me so I can assist further.&lt;/P&gt;&lt;P&gt;Mason&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 18:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1680539#M1195</guid>
      <dc:creator>MasonGaw</dc:creator>
      <dc:date>2026-01-28T18:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: [visionOS] 10s+ freeze in ArcGISView constructor on Apple Vision Pro hardware (Unity 6 / v2.2.0)</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1680638#M1196</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Mason,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have checked our project settings and confirmed that we are using Metal for rendering on visionOS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="スクリーンショット 2026-01-29 7.41.26.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147511iF7E623AB46A5AB93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="スクリーンショット 2026-01-29 7.41.26.png" alt="スクリーンショット 2026-01-29 7.41.26.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how we should proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 22:46:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1680638#M1196</guid>
      <dc:creator>yhikishima</dc:creator>
      <dc:date>2026-01-28T22:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: [visionOS] 10s+ freeze in ArcGISView constructor on Apple Vision Pro hardware (Unity 6 / v2.2.0)</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1681680#M1197</link>
      <description>&lt;P&gt;Hi Mason,&lt;/P&gt;&lt;P&gt;Interestingly, the initialization issue isn't appearing on another Vision Pro unit we tested today.It starts up immediately without any delay. While I can't check the first unit right now, it makes me wonder if there were any recent server-side updates or fixes on your end?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 05:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/visionos-10s-freeze-in-arcgisview-constructor-on/m-p/1681680#M1197</guid>
      <dc:creator>yhikishima</dc:creator>
      <dc:date>2026-02-03T05:46:36Z</dc:date>
    </item>
  </channel>
</rss>

