<?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 — Severe Performance Drop when using AdjustToScreen]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=2383</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2383&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Severe Performance Drop when using AdjustToScreen.]]></description>
		<lastBuildDate>Fri, 08 Aug 2025 13:43:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9877#p9877</link>
			<description><![CDATA[<p>Thanks Alex! :-)</p>]]></description>
			<author><![CDATA[null@example.com (m.berg)]]></author>
			<pubDate>Fri, 08 Aug 2025 13:43:59 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9877#p9877</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9876#p9876</link>
			<description><![CDATA[<p>I apologize if what I wrote above looked like I didn&#039;t care about the users of my assets and their problems.<br />I can assure you that is not true.</p><p>I found and fixed the problem. <br />Thank you for reporting it.<br />It&#039;s not in Adjust to Screen, it&#039;s much deeper than that.<br />It&#039;s just that this script was triggering it in some cases.<br />Next week, most likely Tuesday or Wednesday, I will release a new version that will fix this problem.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Fri, 08 Aug 2025 10:23:46 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9876#p9876</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9875#p9875</link>
			<description><![CDATA[<p>To say it again: The resolution is not too high! I even have solid FPS in the Editor and also on mobile devices when using a 4096x4096 texture without AdjustToScreen. And the performance drops to 1 FPS in the Editor. Not sure what else to say.</p><p>Using my own script now to adjust to the screen resolution correctly (without performance issues).<br />I wonder what this user support forum is about if you don&#039;t seriosuly listen to user feedback.</p>]]></description>
			<author><![CDATA[null@example.com (m.berg)]]></author>
			<pubDate>Fri, 08 Aug 2025 08:35:01 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9875#p9875</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9874#p9874</link>
			<description><![CDATA[<p>This is not a bug. <br />I&#039;ll say it again: it&#039;s because your screen resolution is too high and, as a result, the resolution of the texture the map is drawn on is too high.</p><p>To fix the problem, use Tileset and/or Adjust to Screen / Half Size - ON.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 07 Aug 2025 18:37:25 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9874#p9874</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9873#p9873</link>
			<description><![CDATA[<p>It&#039;s a major bug nevertheless. Steps to reproduce:</p><p>1) Create a 2D Map using your Wizard with the &quot;Adjust to Screen&quot; Option enabled<br />2) notice the severe performance issue even in the Unity Editor (only 1 frame per second rendered or so)</p>]]></description>
			<author><![CDATA[null@example.com (m.berg)]]></author>
			<pubDate>Thu, 07 Aug 2025 14:11:25 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9873#p9873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9872#p9872</link>
			<description><![CDATA[<p>Adjust to Screen dynamically changes the resolution of the map (in this case, the texture size), adjusting it to the screen size.<br />You can find out the actual texture size you have with Adjust to Screen in playmode.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 05 Aug 2025 08:46:34 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9872#p9872</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9871#p9871</link>
			<description><![CDATA[<p>Drawing to a large texture is not the problem. I can have a 2048x1024 texture without any performance issues. The problem comes as soon as I add the AdjustToScreen component even if the screen is smaller than 2048x1024.<br />My workaround now is to have a texture that is much larger than the screen to allow to adjust to all possible aspect ratios. I would expect the AdjustToScreen component to increase performance.<br />The performance issue is also in the Editor on a high-end PC!</p>]]></description>
			<author><![CDATA[null@example.com (m.berg)]]></author>
			<pubDate>Tue, 05 Aug 2025 07:43:17 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9871#p9871</guid>
		</item>
		<item>
			<title><![CDATA[Re: Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9870#p9870</link>
			<description><![CDATA[<p>Hi.</p><p>This is due to the too high resolution of modern devices.<br />Ways to improve performance:<br />1. Use Tileset. It&#039;s much faster than drawing to a texture. If you want to map to a UI, the asset contains an example of how to display a Tileset to a UI.<br />2. If you still want to draw to texture, set Adjust To Screen / Half Size to ON.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Fri, 01 Aug 2025 19:43:10 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9870#p9870</guid>
		</item>
		<item>
			<title><![CDATA[Severe Performance Drop when using AdjustToScreen]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9869#p9869</link>
			<description><![CDATA[<p>I am on Unity 6.1.14 with Online Map 4.1.0.1</p><p>When I use the AdjustToScreen component, there is a severe performance issue (drops to ~5 FPS when loading or panning the map).<br />I tried it with UI Image or UI Raw Image.</p><p>I noticed there is no sample scene that uses the AdjustToScreen component (at least I didn&#039;t find any).</p><p>Any help greatly apreciated. Thanks!</p><p>Michael</p>]]></description>
			<author><![CDATA[null@example.com (m.berg)]]></author>
			<pubDate>Fri, 01 Aug 2025 14:09:27 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9869#p9869</guid>
		</item>
	</channel>
</rss>
