<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — There are Question marks textures instead map textures on IOS build]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1474&amp;type=atom" />
	<updated>2020-03-16T18:41:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1474</id>
		<entry>
			<title type="html"><![CDATA[Re: There are Question marks textures instead map textures on IOS build]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6086#p6086" />
			<content type="html"><![CDATA[<p>Do you have any other third-party assets in the project except Online Maps?<br />I just read that Movesense Sensor Plugin can cause such problems.</p><p>Also, just as an idea:<br />UnityWebRequest sometimes works unstable.<br />Try using OnlineMapsTileManager.OnStartDownloadTile intercept requests to downloading tiles, and download them using WebClient.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-03-16T18:41:15Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6086#p6086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: There are Question marks textures instead map textures on IOS build]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6083#p6083" />
			<content type="html"><![CDATA[<p>Thanks, but on android devices there is no such bug, nor is there any editor (both windows and ios)</p>]]></content>
			<author>
				<name><![CDATA[a.rusavskiy]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1253</uri>
			</author>
			<updated>2020-03-16T17:40:20Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6083#p6083</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: There are Question marks textures instead map textures on IOS build]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6082#p6082" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Unity shows question marks when it cannot load a texture.<br />Typically, servers return an error when trying to download a wrong tile.<br />Here it looks like the server is returning a successful response code (200), but does not transmit the texture.</p><p>Try using OnlineMapsTileManager.OnTileLoaded to check the existence of the texture (tile.texture), and if the texture is null, set the status = error.<br /><a href="http://infinity-code.com/doxygen/online-maps/classOnlineMapsTileManager.html#a799d15b4822cd5c746bb33f7070aa394">http://infinity-code.com/doxygen/online … f7070aa394</a><br /><a href="http://infinity-code.com/doxygen/online-maps/classOnlineMapsTile.html#a12c061f0e29b5600239abe5a04ae9f94">http://infinity-code.com/doxygen/online … 5a04ae9f94</a></p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-03-16T17:35:21Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6082#p6082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[There are Question marks textures instead map textures on IOS build]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6080#p6080" />
			<content type="html"><![CDATA[<p>Hello,<br />we use your sdk version 3.6.1 and noticed such a bug - there are Question marks textures&nbsp; instead map textures (not all, but <br />some. about half)<br />unity - 2019.3.2f.<br />xCode - 10.2.1<br />Used Mapbox style, for Google provider<br />Thank you</p>]]></content>
			<author>
				<name><![CDATA[a.rusavskiy]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1253</uri>
			</author>
			<updated>2020-03-16T16:42:29Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6080#p6080</id>
		</entry>
</feed>
