<?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 — advice on how to accomplish this]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=2412</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2412&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in advice on how to accomplish this.]]></description>
		<lastBuildDate>Wed, 14 Jan 2026 12:02:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: advice on how to accomplish this]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9945#p9945</link>
			<description><![CDATA[<p>Hi.</p><p>“The camera will be perpendicular to the map”?<br />Most likely, you meant parallel to the map, like in an FPS game, right?</p><p>The best way is to use the User Location component, which will set the center of the map to the user&#039;s location. <br />Without creating a marker, because you simply don&#039;t need it.</p><p>Yes, real tileset size does not control the camera. <br />Camera control should be implemented by other scripts.<br />In your case, most likely, the map should not control the camera at all and should adjust to the current view.<br />Just center the map in the camera position.<br />Something like:<br /></p><div class="codebox"><pre><code>control.transform.position = target.transform.position - control.center;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 14 Jan 2026 12:02:23 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9945#p9945</guid>
		</item>
		<item>
			<title><![CDATA[advice on how to accomplish this]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9944#p9944</link>
			<description><![CDATA[<p>Hi Alex, I&#039;m hoping you can help explain how I would accomplish this:</p><p>I&#039;m creating an AR app on iOS that is location based, which is why I&#039;m using online maps 4. </p><p>I have a Tileset map<br />I have User Location script on the map<br />I have real tileset size example script on the map</p><p>The camera will be perpendicular to the map located in the center of the map, updated on GPS location change events<br />The map will not be visible, it&#039;s used to keep AR objects placed at geopoints, which should update as the users loc changes.</p><p>I&#039;m trying to keep this simple and leverage online maps functionality and examples.</p><p>What&#039;s the best way to keep the map updating with the users location?&nbsp; From reading examples/forum posts I&#039;m assuming that I would be creating a marker which gets updated with loc change events, and then somehow the map will follow the marker.&nbsp; Does that sound correct?&nbsp; Am I making this more complicated than necessary?</p><p>I need to see the map while this is in development, but it&#039;s super blurry/pixelated, so I&#039;m wondering if that&#039;s normal.&nbsp; (due to zoom level). current zoom is 17, but this can be changed since I&#039;m using real size example script.</p><p>I don&#039;t see the camera moving to the center once real size example runs.</p><p>Anyway, these are just some problems I&#039;m having initially; probably making things too complicated, which causes more problems.</p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (digitalrock)]]></author>
			<pubDate>Wed, 14 Jan 2026 01:39:25 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9944#p9944</guid>
		</item>
	</channel>
</rss>
