<?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 — Display the map in Tileset mode in a specific area of the screen]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=2298</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2298&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Display the map in Tileset mode in a specific area of the screen.]]></description>
		<lastBuildDate>Thu, 05 Sep 2024 11:40:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Display the map in Tileset mode in a specific area of the screen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9640#p9640</link>
			<description><![CDATA[<p>Thank you for your response.</p><p>I see that it works with the pivot is (0.5, 0.5), but it&#039;s not ideal, as it should work regardless of the pivot settings. Please, can you see my bug fix proposal above?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (sviudes)]]></author>
			<pubDate>Thu, 05 Sep 2024 11:40:46 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9640#p9640</guid>
		</item>
		<item>
			<title><![CDATA[Re: Display the map in Tileset mode in a specific area of the screen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9614#p9614</link>
			<description><![CDATA[<p>Hi.</p><p>Please have a look at Tileset on UI example scene.<br />It is exactly what you are looking for.<br />You can compare the settings in this scene and your scene to find out what you have a problem with.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 14 Aug 2024 19:48:24 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9614#p9614</guid>
		</item>
		<item>
			<title><![CDATA[Re: Display the map in Tileset mode in a specific area of the screen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9611#p9611</link>
			<description><![CDATA[<p>I finally solved it by using a RawImage and a RenderTexture, as described in the manual (pdf). The only issue was that the OnlineMapsRawImageTouchForwarder component wasn’t working correctly: it only detected the mouse in the top right corner and didn’t zoom to where the cursor was pointing.</p><p>After some investigation and testing, I found that the problem only occurred when the RawImage pivot was not set to (0.5, 0.5). Upon reviewing the code, I identified the issue in line 224 of the OnlineMapsRawImageTouchForwarder, in the ProcessTouch method. I replaced localPosition += sizeDelta / 2.0f; with localPosition += sizeDelta * image.rectTransform.pivot;, and now it works correctly regardless of the pivot.</p><p>Could you please review if this solution is valid and consider incorporating the fix in the next release?</p><p>Thank you very much.</p>]]></description>
			<author><![CDATA[null@example.com (sviudes)]]></author>
			<pubDate>Wed, 14 Aug 2024 17:43:57 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9611#p9611</guid>
		</item>
		<item>
			<title><![CDATA[Display the map in Tileset mode in a specific area of the screen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9610#p9610</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m using the map specifically in Tileset mode because it&#039;s fast and efficient, and it works great. However, I&#039;d like to display the map in a specific area of the screen, near a corner, with a fixed size.</p><p>Right now, I can only get it to show centered on the screen or full-screen using the &quot;Adjust To Screen&quot; plugin. How can I position it in a specific area with a defined size while keeping it in Tileset mode?</p><p>Thanks in advance for any help!</p>]]></description>
			<author><![CDATA[null@example.com (sviudes)]]></author>
			<pubDate>Wed, 14 Aug 2024 16:12:36 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9610#p9610</guid>
		</item>
	</channel>
</rss>
