<?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: 3D object from Mobile Scene Package disappear in Android in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556900#M13102</link>
    <description>&lt;P&gt;Oh did you try without elevation? I wonder if it is just ending up underground. That would match the behavior of sometimes briefly seeing it before the elevation data loads.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2024 17:40:59 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2024-11-08T17:40:59Z</dc:date>
    <item>
      <title>3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556751#M13094</link>
      <description>&lt;P&gt;I am building a MAUI app on .NET 8 using Esri.ArcGISRuntime.Maui 200.5.0&lt;/P&gt;&lt;P&gt;I created a&amp;nbsp;Mobile Scene Package file in ArcGIS Pro and embedded it in the app as a Resource.&lt;/P&gt;&lt;P&gt;I created TWO version of the file: one WITH end one WITHOUT "Reference online content"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reference online content.png" style="width: 940px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119131i1A957A998F96DCE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="reference online content.png" alt="reference online content.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I use the one &lt;STRONG&gt;WITH BASEMAP&lt;/STRONG&gt; get the expected result in Windows &lt;STRONG&gt;BUT NOT in Android&lt;/STRONG&gt; (14):&lt;/P&gt;&lt;P&gt;WINDOWS:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="windows_with_basemap.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119132i6DB928529EA0DDF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="windows_with_basemap.png" alt="windows_with_basemap.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ANDROID 14:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="android_with_basemap.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119133i240E6DFC5BEBF90B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="android_with_basemap.png" alt="android_with_basemap.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sometimes, at start, the 3D model appeard but is somehow "wiped out" by the basemap drawing event&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the one WITHOUT I get the expected result both in Android (14) and Windows:&lt;/P&gt;&lt;P&gt;WINDOWS:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="windows_no_basemaps.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119134iE833A9E45948B442/image-size/medium?v=v2&amp;amp;px=400" role="button" title="windows_no_basemaps.png" alt="windows_no_basemaps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ANDROID:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="android_no_basemaps.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119136i84DB4E547C2F2323/image-size/medium?v=v2&amp;amp;px=400" role="button" title="android_no_basemaps.png" alt="android_no_basemaps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All this tells me there is no issue with my data.. ..and it looks like a Runtime BUG.&lt;/P&gt;&lt;P&gt;Is it?&lt;/P&gt;&lt;P&gt;(I am attaching the two&amp;nbsp;MobileScenePackage .mspk files)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 10:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556751#M13094</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-11-08T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556851#M13097</link>
      <description>&lt;P&gt;This is unfortunately an android quirk: The files you deploy with android aren't directly accessible with a file path, whereas on iOS and Windows you can just give it the relative path. On Android you'll need to copy the deployed data out into a local folder instead and use that path to open the data.&lt;BR /&gt;&lt;BR /&gt;Also instead of using "Resource", use "Content" for the build action.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 16:33:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556851#M13097</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-11-08T16:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556881#M13099</link>
      <description>&lt;P&gt;What you say is right but has nothing to do with the exposed issue.. ..or, at least, it does not took having relations.&lt;BR /&gt;You are right in the terms that the app has to copy the emebedded file from resources to App private storage before accesing it..&amp;nbsp;&lt;/P&gt;&lt;P&gt;..but once there, the file is perfectly reachable using the file path.&lt;/P&gt;&lt;P&gt;The proof this is true is the fact that in the 4th picture the 3D model from the local .mspk file is displayed in Android:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="android_no_basemaps.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119151iCE8A2A670408B9CB/image-size/small?v=v2&amp;amp;px=200" role="button" title="android_no_basemaps.png" alt="android_no_basemaps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The file is accessed and displayed.. ..unless I ALSO enable the Base map!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 17:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556881#M13099</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-11-08T17:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556891#M13100</link>
      <description>&lt;P&gt;aaah gotcha. I misunderstood that bit. So adding online basemap makes it so it doesn't render?&lt;BR /&gt;I'll have someone investigate. Thank you for sharing the data.&lt;BR /&gt;&lt;BR /&gt;I'd be curious what happens if you manually add the basemap programmatically after loading the mspk.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 17:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556891#M13100</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-11-08T17:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556894#M13101</link>
      <description>&lt;P&gt;You got the point!&lt;/P&gt;&lt;P&gt;Sometime, using the .mspk referencing online basemap, it happens that when the scene is rendering, for the first second, second-and-hal, the 3D object is shown.. ..then the "tide" of the basemap-rendering comes.. ..and the 3D object disappears all at once.&lt;/P&gt;&lt;P&gt;As for your other curiosity (adding Basemap by code) I also tried that way.&lt;/P&gt;&lt;P&gt;I created a Basemap object;&lt;BR /&gt;new Basemap(BasemapStyle.ArcGISTopographicBase)&lt;/P&gt;&lt;P&gt;and added to the Scene after 4 seconds of delay using an async Task and then repushing the change on MainThread.&lt;BR /&gt;The result is EXACTLY the same! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;: the following sentences are wrong&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;I also tested with an&amp;nbsp;ElevationSources injected by code after the Scene has rendered&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;scene.BaseSurface.ElevationSources.Add(new ArcGISTiledElevationSource(new Uri("&lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer" target="_blank" rel="noopener"&gt;https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;")));&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;The result is EXACTLY the same! &lt;/STRIKE&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;STRIKE&gt;..the 3D model disappears.&lt;/STRIKE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2024 18:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556894#M13101</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-11-09T18:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556900#M13102</link>
      <description>&lt;P&gt;Oh did you try without elevation? I wonder if it is just ending up underground. That would match the behavior of sometimes briefly seeing it before the elevation data loads.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 17:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1556900#M13102</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-11-08T17:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1557113#M13104</link>
      <description>&lt;P&gt;ANDROID &amp;amp; Elevation Source &amp;amp; 3D-Model&lt;/P&gt;&lt;P&gt;I have to correct myself: ADDING an ElevationSurface to a Mobile Scene Pakage does NOT prevent a 3D model from being correctly displayed on Android devices.&lt;/P&gt;&lt;P&gt;This is also true if the&amp;nbsp;ArcGISTiledElevationSource is added to Scene ElevationSources programmatically.&lt;/P&gt;&lt;P&gt;The model, if correctly placed in the Z-coordinate, is displayed in both Android and Windows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="android_with_elevationsource.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119217iF9D7054C8804FEDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="android_with_elevationsource.png" alt="android_with_elevationsource.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Of course, it can also disappear underground if not correctly geolocated using ArcGIS Pro.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2024 17:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1557113#M13104</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-11-09T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1558440#M13111</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/441033"&gt;@Marco_Foi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to us and sorry for the problem you're having on Android. I think I might have an idea on what is going on here. Can you please try something really quickly and see if this solves the problem for you?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SceneView has a method to override the default memory limit. If you can increase it to 2 or 4GB based on the type of device you have and try to render the mspk, does the model render then? I suspect this because that's the reason why when you have the basemap it uses more memory and thus prevents the layer from rendering.&lt;/P&gt;
&lt;P&gt;Please let us know what you find. I hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Koushik&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 03:31:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1558440#M13111</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2024-11-14T03:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1558497#M13112</link>
      <description>&lt;P&gt;I feel tweaking with memory available to SceneView is possible just in SDK for JS.&lt;/P&gt;&lt;P&gt;I cannot find any reference to this feature in SDK for .NET : can you please check?&lt;/P&gt;&lt;P&gt;Despite this, the issue might be related to a memoy issue indeed!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 08:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1558497#M13112</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-11-14T08:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1558692#M13117</link>
      <description>&lt;P&gt;Here is the doc for the method to change the memory limit:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/android/Android/Esri.ArcGISRuntime.UI.Controls.SceneView.MemoryLimit.html#Esri_ArcGISRuntime_UI_Controls_SceneView_MemoryLimit" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/android/Android/Esri.ArcGISRuntime.UI.Controls.SceneView.MemoryLimit.html#Esri_ArcGISRuntime_UI_Controls_SceneView_MemoryLimit&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 16:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1558692#M13117</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2024-11-14T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1569799#M13190</link>
      <description>&lt;P&gt;There is NO WAY to use&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Esri.ArcGISRuntime.Android&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;in a Esri.ArcGISRuntime.MAUI application.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 15:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1569799#M13190</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-12-18T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1569987#M13192</link>
      <description>&lt;P&gt;There property is in the namespace:&amp;nbsp;`Esri.ArcGISRuntime.Controls.UI.SceneView`&lt;BR /&gt;Make sure you place the code inside an #if __ANDROID__ section since the specific property is only available on the Android target.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 21:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1569987#M13192</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-12-18T21:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1570115#M13196</link>
      <description>&lt;P&gt;Can you please elaborate HOW to access that property in MAUI application?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am currently setting this dependency in my project file:&lt;BR /&gt;&amp;lt;PackageReference Include="Esri.ArcGISRuntime.Maui" Version="200.6.0" /&amp;gt;&lt;BR /&gt;Also I am defining the current namespace in my ContentPage XML&lt;BR /&gt;xmlns:esri="&lt;A href="http://schemas.esri.com/arcgis/runtime/2013" target="_blank"&gt;http://schemas.esri.com/arcgis/runtime/2013&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;All this has worked well so far.. ..but does not give me access to the property you quoted :&amp;nbsp;&lt;SPAN&gt;`Esri.ArcGISRuntime.Controls.UI.SceneView`&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nor the one you probably intended to quote &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;`Esri.ArcGISRuntime.UI.Controls.SceneView`&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to install other dependencies beside Esri.ArcGISRuntime.Maui?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 11:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1570115#M13196</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-12-19T11:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1570260#M13201</link>
      <description>&lt;P&gt;The maui dependency will automatically include the dependencies that gives you access to this. Here's a bit of code I was able to write in a blank maui app that adds just the Esri.ArcGISRuntime.Maui package:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dotMorten_esri_0-1734629379523.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122138i9BE4B3D1B2C5D280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dotMorten_esri_0-1734629379523.png" alt="dotMorten_esri_0-1734629379523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 17:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1570260#M13201</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-12-19T17:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object from Mobile Scene Package disappear in Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1570622#M13206</link>
      <description>&lt;P&gt;I can confirm that the issue of "disappearing MultiPatch" (MultiPatch loaded Mobile Scene Packages into SceneView in MAUI Android application) can be fixed increaseing the RAM avaialble to the Object.&lt;/P&gt;&lt;P&gt;This can be done inside the &lt;STRONG&gt;MapuiProgram.cs&lt;/STRONG&gt; file, by adding the following line at bottom of &lt;STRONG&gt;CreateMauiApp()&lt;/STRONG&gt; method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;#if ANDROID
    // Increase memory available to SceneView
    Esri.ArcGISRuntime.UI.Controls.SceneView.MemoryLimit = 4294967296;
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note #1: the MemoryLimit of 4294967296bytes is 4GB and is FOUR times the default value of&amp;nbsp;1073741824 bytes (1GB) that is assigned on Tablets having at least 6-8Gb of RAM.&lt;BR /&gt;Note #2: A value of 2 or 3Gb might be enough to fix the issue but this was not tested.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 15:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/3d-object-from-mobile-scene-package-disappear-in/m-p/1570622#M13206</guid>
      <dc:creator>Marco_Foi</dc:creator>
      <dc:date>2024-12-20T15:49:29Z</dc:date>
    </item>
  </channel>
</rss>

