<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Problems with 5.6.0f3]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=494&amp;type=atom" />
	<updated>2017-04-13T09:09:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=494</id>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2201#p2201" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2017-04-13T09:09:06Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2201#p2201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2197#p2197" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2017-04-13T03:30:19Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2197#p2197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2179#p2179" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2017-04-12T14:16:49Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2179#p2179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2178#p2178" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2017-04-12T12:27:44Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2178#p2178</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2176#p2176" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2017-04-12T11:32:24Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2176#p2176</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2174#p2174" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2017-04-12T10:55:18Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2174#p2174</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2169#p2169" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2017-04-11T09:47:55Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2169#p2169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problems with 5.6.0f3]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=2165#p2165" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2017-04-10T14:00:18Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=2165#p2165</id>
		</entry>
</feed>
