<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Persistent warning message after clicking a prefab.]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1940&amp;type=atom" />
	<updated>2022-04-11T18:22:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1940</id>
		<entry>
			<title type="html"><![CDATA[Re: Persistent warning message after clicking a prefab.]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8201#p8201" />
			<content type="html"><![CDATA[<p>All content in UEE has a different GUID&#039;s than the content in the uContext.<br />Unfortunately, it is difficult for me to comment on why this happened in your case.<br />To understand this, I need to test your project.</p><p>If something went wrong while migrating from uContext to UEE, export uContext settings and elements (Edit / Project Settings / uContext / File / Export), delete uContext, import UEE, and import settings and elements.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2022-04-11T18:22:44Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8201#p8201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Persistent warning message after clicking a prefab.]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8196#p8196" />
			<content type="html"><![CDATA[<p>I created a new project to see where the icons are supposed to be. My UEE directory structure didn&#039;t match that new project, so I deleted the UEE folder and left the UEESettings folder. Then reimported the asset from the asset store. </p><p>I&#039;m not sure where this directory structure change came from, but I did upgrade the project from uContext Pro at some point. Maybe there is a way to use relative paths, or the Resources reserved folder to ensure these icons are always exposed to the UEE scripts?</p>]]></content>
			<author>
				<name><![CDATA[FrostedLink20]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1979</uri>
			</author>
			<updated>2022-04-11T13:47:04Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8196#p8196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Persistent warning message after clicking a prefab.]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8195#p8195" />
			<content type="html"><![CDATA[<p>The warning message has gone away for those steps.</p><p>Let me know if there are additional tests you need me to perform to ensure the feature functions.</p><p>Now that I know what feature is affected, I opened up a Collection (brown box icon?) that I set up prior to this issue starting. The icon is missing, and the following message appears in Console:</p><p>null texture passed to GUI.DrawTexture<br />UnityEngine.GUI:DrawTexture (UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)<br />InfinityCode.UltimateEditorEnhancer.HierarchyTools.BestIconDrawer:DrawItem (InfinityCode.UltimateEditorEnhancer.HierarchyItem) (at Assets/Plugins/Infinity Code/Ultimate Editor Enhancer/Editor/Hierarchy/BestIconDrawer.cs:61)<br />InfinityCode.UltimateEditorEnhancer.HierarchyItemDrawer:OnHierarchyItemGUI (int,UnityEngine.Rect) (at Assets/Plugins/Infinity Code/Ultimate Editor Enhancer/Editor/Managers/HierarchyItemDrawer.cs:57)<br />UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&amp;)</p>]]></content>
			<author>
				<name><![CDATA[FrostedLink20]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1979</uri>
			</author>
			<updated>2022-04-11T13:22:29Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8195#p8195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Persistent warning message after clicking a prefab.]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8193#p8193" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Thanks for the bug report.</p><p>For some reason your hierarchy tree drawer textures didn&#039;t load.<br />Unfortunately, I don&#039;t know why this could happen in your case.<br />I have added additional checks to work around this issue.<br />The patch is attached.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2022-04-09T22:50:31Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8193#p8193</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Persistent warning message after clicking a prefab.]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8192#p8192" />
			<content type="html"><![CDATA[<p>I have a scene with many objects. If I click on one, then wait a short period of time, then click it again, it selects the object behind it. This is fine.</p><p>However, immediately when it selects the object behind the first one, the following warning spams the console indefinitely. I can only escape this state by closing and reopening Unity.</p><p>null texture passed to GUI.DrawTexture<br />UnityEngine.GUI:DrawTexture (UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,bool,single,UnityEngine.Color,UnityEngine.Vector4,UnityEngine.Vector4)<br />InfinityCode.UltimateEditorEnhancer.HierarchyTools.TreeDrawer:DrawTree (InfinityCode.UltimateEditorEnhancer.HierarchyItem) (at Assets/Plugins/Infinity Code/Ultimate Editor Enhancer/Editor/Hierarchy/TreeDrawer.cs:82)<br />InfinityCode.UltimateEditorEnhancer.HierarchyItemDrawer:OnHierarchyItemGUI (int,UnityEngine.Rect) (at Assets/Plugins/Infinity Code/Ultimate Editor Enhancer/Editor/Managers/HierarchyItemDrawer.cs:57)<br />UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&amp;)</p><p>The infinite spam appears to be causing significant lag in Unity as well.</p>]]></content>
			<author>
				<name><![CDATA[FrostedLink20]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1979</uri>
			</author>
			<updated>2022-04-09T22:36:25Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8192#p8192</id>
		</entry>
</feed>
