<?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 — Problems with 5.6.0f3]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=494</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=494&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Problems with 5.6.0f3.]]></description>
		<lastBuildDate>Thu, 13 Apr 2017 09:09:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2201#p2201</link>
			<description><![CDATA[<p>That fix works in editor and published on the Alienware - also tested on mac and windows 7 </p><p>Thank you Alex - excellent support as always</p>]]></description>
			<author><![CDATA[null@example.com (nigel.moore)]]></author>
			<pubDate>Thu, 13 Apr 2017 09:09:06 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2201#p2201</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2197#p2197</link>
			<description><![CDATA[<p>I think that I know what the problem is - your Alienware supports touches.<br />Try to replace OnlineMapsControlBase.GetTouchCount and let me know the result:<br /></p><div class="codebox"><pre><code>public int GetTouchCount()
{
    if (OnGetTouchCount != null) return OnGetTouchCount();

#if UNITY_WEBGL &amp;&amp; !UNITY_EDITOR
    return Input.GetMouseButton(0) ? 1 : 0;
#else
    if (Input.touchSupported)
    {
        if (Input.touchCount &gt; 0) return Input.touchCount;
    }
    return Input.GetMouseButton(0) ? 1 : 0;
#endif
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 13 Apr 2017 03:30:19 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2197#p2197</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2179#p2179</link>
			<description><![CDATA[<p>Ok on further testing. Publishing using OLM 2.4.0.3 works on the Alienware but publishing from OLM 2.4.0.62 and above does not (I have tried using 2.4.0.62, 2.5.0.19 and 2.5.6.1).</p><p>Was there a change in how you look for / deal with input between 2.4.0.3 and 2.4.0.62?</p>]]></description>
			<author><![CDATA[null@example.com (nigel.moore)]]></author>
			<pubDate>Wed, 12 Apr 2017 14:16:49 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2179#p2179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2178#p2178</link>
			<description><![CDATA[<p>Hi Alex,</p><p>Strangley when using the latest version of OLM in Unity 5.5 all interaction works in the editor but not when published (just using the demo Tileset scene). Published windows builds from a mac using the latest OLM release also display the same issue on the Alienware ... </p><p>The problem seems to only happen on my Alienware 15 (Windows 10, NVidia GTX1070) as published maps with the OnlineMaps 2.5.6&nbsp; work on other windows 10 machines (even when published from the Alienware).</p><p>Strangely though, OLM version 2.4.0.3 works as expected on the Alienware machine?</p><p>Would you be able to supply the version before the latest release to the asset store to me? I am just trying to track down when this issue started for me ...</p><p>p.s. I have not come across any other issues with Unity 5.6.0f3</p>]]></description>
			<author><![CDATA[null@example.com (nigel.moore)]]></author>
			<pubDate>Wed, 12 Apr 2017 12:27:44 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2178#p2178</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2176#p2176</link>
			<description><![CDATA[<p>I use Unity exactly on Win10.<br />What platform (File / Build Settings / Platform) do you use?<br />This problem may depend on the platform (but to make it clear, I tested all supported platforms).</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 12 Apr 2017 11:32:24 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2176#p2176</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2174#p2174</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m having the issue within the editor.</p><p>Upon further testing it works fine on a macbook pro (OSX 10.10.5) but not on my windows laptop (new Alienware running Windows 10). I am going to try and re-install Unity to see if there is some problem with the install ...</p>]]></description>
			<author><![CDATA[null@example.com (nigel.moore)]]></author>
			<pubDate>Wed, 12 Apr 2017 10:55:18 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2174#p2174</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2169#p2169</link>
			<description><![CDATA[<p>Hello.</p><p>Online Maps supports Unity v5.6.<br />I just checked the operation of these features on Unity v5.6.0f3, and everything works well.</p><p>What publishing platform do you use?<br />The problem is appears in Unity Editor or after publication?</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 11 Apr 2017 09:47:55 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2169#p2169</guid>
		</item>
		<item>
			<title><![CDATA[Problems with 5.6.0f3]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=2165#p2165</link>
			<description><![CDATA[<p>Hi Alex,</p><p>I&#039;ve just updated one of our old working projects to 5.6.0f3 (with old version of OnlineMaps) - everything worked fine until I updated to the latest version of OnlineMaps which caused panning &amp; double-tap-to-zoom to stop working for all map types. <br />I created a new project that just contains OnlineMaps and got the same problem, so I opened the same project in the last 5.5 release and all works fine. <br />Have you any idea what might be going on here? Is 5.6 supported yet?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (nigel.moore)]]></author>
			<pubDate>Mon, 10 Apr 2017 14:00:18 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=2165#p2165</guid>
		</item>
	</channel>
</rss>
