<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Overlay not showing in built app]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=50&amp;type=atom" />
	<updated>2015-11-05T08:59:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=50</id>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=196#p196" />
			<content type="html"><![CDATA[<p>Thanks Alex - I have replied to your email. All working as expected.</p><p>I would just like to say that the support you offer for this asset is excellent, thank you very much.</p>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2015-11-05T08:59:24Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=196#p196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=195#p195" />
			<content type="html"><![CDATA[<p>Hello.</p><p>I sent you the email.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2015-11-04T23:36:12Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=195#p195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=194#p194" />
			<content type="html"><![CDATA[<p>Hi Alex,</p><p>Would it be possible for you to provide a working example of using uGUI markers? I have been trying but all my markers get created at the same position off screen even though I am passing in unique lat/long position&nbsp; for each one, in fact this position vector is shown in inspector of each UI markers uGUIMarker script.<br />- I am using scripts based on your uGUI examples and another that creates the icons dynamically from data in a ScriptableObject and they are being parented to a UI Canvas ... I am not sure that I have the uGUI marker prefab set up correctly either, does it need to have a ui Text component?</p><p>Or have you any other ideas why the new marker shader would cause the overlay not to show in a compiled app but work fine in editor? Unfortunately I have never coded shaders otherwise I would try and sort the 2D markers issue myself.</p><p>I really hope that I can get this issue sorted as your asset pretty much does everything that I need and the api is a joy to work with, but if I can&#039;t show markers on a map overlay then it will not work for me ... <img src="https://forum.infinity-code.com/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>I would really appreciate any thoughts you have on this </p><p>Many Thanks</p>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2015-11-04T22:53:38Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=194#p194</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=193#p193" />
			<content type="html"><![CDATA[<p>Thanks for the reply Alex, unfortunately this does not solve it for me - It is the map overlay that is invisible in the build not the markers. As I mentioned above if I use the default marker shader then the overlay is visible in the built app (but markers are hidden as before) and if I use the new marker shader (added to&nbsp; «Edit / Project Settings / Graphics / Always Included Shaders» ) then the overlay is not showing.</p><p>I am going to experiment with uGUI markers to see if that solves the problem.</p>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2015-11-04T17:10:29Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=193#p193</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=192#p192" />
			<content type="html"><![CDATA[<p>Hello.</p><p>It looks like publishing do not include this shader.<br />You can manually add shader «Edit / Project Settings / Graphics / Always Included Shaders».</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2015-11-04T16:45:02Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=192#p192</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=191#p191" />
			<content type="html"><![CDATA[<p>Hi Alex,</p><p>Ok so it seems that the shader you provided me for the markers is the problem - if I swap the marker shader for the original Transparent/Diffuse then the overlay is visible in the published app but the markers are hidden again obviously.</p>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2015-11-04T16:01:18Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=191#p191</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=190#p190" />
			<content type="html"><![CDATA[<p>By the way - I have also tried publishing to WebGL (I understand this is not officially supported) and the Overlay is missing here as well.</p>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2015-11-04T13:09:45Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=190#p190</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Overlay not showing in built app]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=189#p189" />
			<content type="html"><![CDATA[<p>Hi Alex,</p><p>When I publish the example scene I have put together with dynamically generated icons and an overlay created in MapTiler (zoom levels 16 - 20) - the the overlay does not show at any zoom level. It works fine in the editor and I have tried moving the OverlayContainer closer to the camera but still no overlay in published app? <img src="https://forum.infinity-code.com/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> Any idea why this might be happening?</p><p>I am on a Mac by the way.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[nigel.moore]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=51</uri>
			</author>
			<updated>2015-11-04T13:06:20Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=189#p189</id>
		</entry>
</feed>
