<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — Transform position is different]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=2339</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2339&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Transform position is different.]]></description>
		<lastBuildDate>Wed, 12 Feb 2025 13:21:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Transform position is different]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9765#p9765</link>
			<description><![CDATA[<p>Unfortunately, I can&#039;t tell from your description and screenshot what&#039;s wrong.<br />If you want you can send me your project by email or via DM in discord and I will check it. Links in the asset description.<br />Other than that, unfortunately, I don&#039;t know how to help you.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 12 Feb 2025 13:21:11 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9765#p9765</guid>
		</item>
		<item>
			<title><![CDATA[Re: Transform position is different]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9764#p9764</link>
			<description><![CDATA[<p>Hi Sir,</p><p>I have checked the prefab multiple times, the child objects are all placed at zero and actually its the other way round.<br />where we click on the map the cube is getting added over there, and the transform is shown in other place.<br />But when we zoom in/out map, or move the point the transform get corrected to the original position where the cube is.</p><p>I have a scenario, where I have to add a plus image on the midpoint between two points, as the transform is off the calculations for midpoint are not calculated correctly.</p>]]></description>
			<author><![CDATA[null@example.com (ag82lus)]]></author>
			<pubDate>Wed, 12 Feb 2025 11:31:05 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9764#p9764</guid>
		</item>
		<item>
			<title><![CDATA[Re: Transform position is different]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9763#p9763</link>
			<description><![CDATA[<p>In your screenshot I see that the Transform Handle is in the sea (most likely it&#039;s the click location), and the cube highlighted in blue is behind the map.<br />This means that your cube has a non-zero position inside the prefab, and this is the reason why it is in the wrong place.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 11 Feb 2025 19:04:18 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9763#p9763</guid>
		</item>
		<item>
			<title><![CDATA[Re: Transform position is different]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9762#p9762</link>
			<description><![CDATA[<p>private void OnMapClick()<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; control.GetCoords(out targetLng, out targetLat);<br />&nbsp; &nbsp; &nbsp; &nbsp; GeoCoordinates coordinates = new GeoCoordinates(targetLat, targetLng);<br />&nbsp; &nbsp; &nbsp; &nbsp; OnlineMapsMarker3D item = OnlineMapsMarker3DManager.CreateItem(coordinates.lon, coordinates.lat, obj);<br />&nbsp; &nbsp; &nbsp; &nbsp; item.transform.localRotation = Quaternion.Euler(90, 0, 180);<br />&nbsp; &nbsp; &nbsp; &nbsp; item.scale = 50;<br />&nbsp; &nbsp; }</p>]]></description>
			<author><![CDATA[null@example.com (ag82lus)]]></author>
			<pubDate>Tue, 11 Feb 2025 12:28:07 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9762#p9762</guid>
		</item>
		<item>
			<title><![CDATA[Re: Transform position is different]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9760#p9760</link>
			<description><![CDATA[<p>Hi.</p><p>Please show your code.<br />I will check it.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 11 Feb 2025 09:23:16 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9760#p9760</guid>
		</item>
		<item>
			<title><![CDATA[Transform position is different]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9758#p9758</link>
			<description><![CDATA[<p>Hi,</p><p>we have added Online maps in our project which is 3D tileset and we are adding waypoints as 3D Markers on the map.<br />But we are facing one peculiar issue.</p><p>the latest new waypoint added on the map shows the transform on other location rather than where the waypoint is added.<br />and then after we add the second waypoint or move the point, the transform of the previous waypoint get automatically corrected to the original position where the marker is.</p><p>I have attached a screenshot showing where the marker was created and where the transform is being shown on the screen.</p><p>Any feedback or suggestions would be of great help.</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (ag82lus)]]></author>
			<pubDate>Tue, 11 Feb 2025 07:13:48 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9758#p9758</guid>
		</item>
	</channel>
</rss>
