<?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: Moving GameObjects without ArcGicLocation or ArcGisPoint? in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607994#M1100</link>
    <description>&lt;P&gt;Any of the devs or contributors here? Is there a way? And if not, what else to do when we need to move a lot of objects every frame? And more importantly, why is ArcGisPoint no struct?!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 11:54:49 GMT</pubDate>
    <dc:creator>genarus</dc:creator>
    <dc:date>2025-04-22T11:54:49Z</dc:date>
    <item>
      <title>Moving GameObjects without ArcGicLocation or ArcGisPoint?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1606869#M1089</link>
      <description>&lt;P&gt;Hey there!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have to display AND MOVE many geo-entities. The important thing is to move. Each has an ArcGicLocation component and currently I change the position over it by creating a new ArcGisPoint and transferring it to the location. But ArcGisPoint is a class... you can only change it by creating a new one... that makes it difficult.&lt;/P&gt;&lt;P&gt;This means I have to create and assign new instances EVERY frame, which creates an incredible amount of garbage. So isn't there a way to move geo-entities without creating an ArcGisPoint? By simply changing the values there? Or can I directly use the HP-Transform to move geo-entities to their geo-position?&lt;/P&gt;&lt;P&gt;I want to move my geo-entities to a specific Web Mercator point (in meters, 3857).&lt;BR /&gt;&lt;BR /&gt;Anyone having a clue how that works? Glad for any help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 13:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1606869#M1089</guid>
      <dc:creator>genarus</dc:creator>
      <dc:date>2025-04-17T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Moving GameObjects without ArcGicLocation or ArcGisPoint?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607526#M1091</link>
      <description>&lt;P&gt;The gameobject containing arcgislocation doesn't have to be the gameobject that is visible to your user. you can still have a child gameobject that you move by calculating the offset (from the parent's arcgislocation coordinate).&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 02:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607526#M1091</guid>
      <dc:creator>ChrisAnderson7</dc:creator>
      <dc:date>2025-04-20T02:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Moving GameObjects without ArcGicLocation or ArcGisPoint?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607579#M1093</link>
      <description>&lt;P&gt;Thanks! How would that Work tho? Is there No way to e.g. convert a lat/lon or metrics Meters value to a Unity GameObject Position/Transform? Without using those dann ArcgisLocation Components at all?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 08:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607579#M1093</guid>
      <dc:creator>genarus</dc:creator>
      <dc:date>2025-04-21T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving GameObjects without ArcGicLocation or ArcGisPoint?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607733#M1095</link>
      <description>&lt;P&gt;I don't have access to my computer at the moment but look in the documentation. There are some helper functions that Esri provides that will convert between scene coordinates and geo coordinates.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 16:56:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607733#M1095</guid>
      <dc:creator>ChrisAnderson7</dc:creator>
      <dc:date>2025-04-21T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Moving GameObjects without ArcGicLocation or ArcGisPoint?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607992#M1099</link>
      <description>&lt;P&gt;Hmm... unfortunately I can not find any util classes or methods to do that. All I find require an ArcGisPoint which is a class ( for some reason instead of a structure) and is expensive to use. What are we missing? Is there even a way without using such an ArcgisPoint?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 13:23:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607992#M1099</guid>
      <dc:creator>genarus</dc:creator>
      <dc:date>2025-04-22T13:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Moving GameObjects without ArcGicLocation or ArcGisPoint?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607994#M1100</link>
      <description>&lt;P&gt;Any of the devs or contributors here? Is there a way? And if not, what else to do when we need to move a lot of objects every frame? And more importantly, why is ArcGisPoint no struct?!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/moving-gameobjects-without-arcgiclocation-or/m-p/1607994#M1100</guid>
      <dc:creator>genarus</dc:creator>
      <dc:date>2025-04-22T11:54:49Z</dc:date>
    </item>
  </channel>
</rss>

