<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CopyInspector</title>
	<atom:link href="http://eej.dk/angryant/general/tipsandtricks/copyinspector/feed/" rel="self" type="application/rss+xml" />
	<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/</link>
	<description>Game and -AI development</description>
	<lastBuildDate>Sat, 14 Jan 2012 12:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rafe</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-200</link>
		<dc:creator>Rafe</dc:creator>
		<pubDate>Sat, 24 Sep 2011 21:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-200</guid>
		<description>I just learned so much about custom editor/inspector possibilities. So little is documented! BTW, I noticed those string settings don&#039;t have to be strings, e.g. EditorStyles.toolbar.

Thanks!!!</description>
		<content:encoded><![CDATA[<p>I just learned so much about custom editor/inspector possibilities. So little is documented! BTW, I noticed those string settings don&#8217;t have to be strings, e.g. EditorStyles.toolbar.</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakeflh</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-138</link>
		<dc:creator>Jakeflh</dc:creator>
		<pubDate>Mon, 13 Dec 2010 02:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-138</guid>
		<description>Never mind, it was indeed a dumb question. Guess I should have had my morning coffee before posting it.</description>
		<content:encoded><![CDATA[<p>Never mind, it was indeed a dumb question. Guess I should have had my morning coffee before posting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakeflh</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-137</link>
		<dc:creator>Jakeflh</dc:creator>
		<pubDate>Sun, 12 Dec 2010 14:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-137</guid>
		<description>CopyInspector is exactly what I&#039;m looking for as well and I would love to implement it, but I have a question. Where do I find &#039;Assets/Editor&#039;? (Sorry if this is a really dumb question.)</description>
		<content:encoded><![CDATA[<p>CopyInspector is exactly what I&#8217;m looking for as well and I would love to implement it, but I have a question. Where do I find &#8216;Assets/Editor&#8217;? (Sorry if this is a really dumb question.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livio</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-106</link>
		<dc:creator>Livio</dc:creator>
		<pubDate>Thu, 29 Jul 2010 23:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-106</guid>
		<description>Yayy!! Thanks, that is really nice. Exact what i was looking for!! :D</description>
		<content:encoded><![CDATA[<p>Yayy!! Thanks, that is really nice. Exact what i was looking for!! <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gl33mer</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-104</link>
		<dc:creator>gl33mer</dc:creator>
		<pubDate>Sun, 11 Jul 2010 22:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-104</guid>
		<description>The scripts work. I find - making it possible for multiple items properties to be changed simultaneously - is what I&#039;d want... Nothing to copy paste.

Select  n-many Crates for example. Change mass from 1 to 25.

This will hopefully be different in U.3 anyways.</description>
		<content:encoded><![CDATA[<p>The scripts work. I find &#8211; making it possible for multiple items properties to be changed simultaneously &#8211; is what I&#8217;d want&#8230; Nothing to copy paste.</p>
<p>Select  n-many Crates for example. Change mass from 1 to 25.</p>
<p>This will hopefully be different in U.3 anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngryAnt</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-51</link>
		<dc:creator>AngryAnt</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-51</guid>
		<description>This script does indeed rely on 2.6 specific API. If you need this to work for other components, read the steps below the &quot;For each other component to be made copy/paste-able&quot; point.</description>
		<content:encoded><![CDATA[<p>This script does indeed rely on 2.6 specific API. If you need this to work for other components, read the steps below the &#8220;For each other component to be made copy/paste-able&#8221; point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay Loke</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-50</link>
		<dc:creator>Akshay Loke</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-50</guid>
		<description>ohh.. and i just noticed.. does the CopyInspector need any more code similar to what CopyTransformInspector has.. I haven&#039;t got to the other components yet since I was still working on getting the transform copying to work..

-Akshay</description>
		<content:encoded><![CDATA[<p>ohh.. and i just noticed.. does the CopyInspector need any more code similar to what CopyTransformInspector has.. I haven&#8217;t got to the other components yet since I was still working on getting the transform copying to work..</p>
<p>-Akshay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay Loke</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/copyinspector/comment-page-1/#comment-49</link>
		<dc:creator>Akshay Loke</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=326#comment-49</guid>
		<description>Hi Angry Ant,
Many thanks for this script.. 
but for some reason I cannot use the DrawDefaultInspector() call since it is throwing me a compile error, saying that it does not exist in the current context. 
I also changed the &#039;override&#039; keyword to &#039;virtual&#039; in CopyInspector.cs since that also was throwing a compile error.
I have still not migrated onto Unity2.6 and am still using 2.5...

Many thanks,
Akshay</description>
		<content:encoded><![CDATA[<p>Hi Angry Ant,<br />
Many thanks for this script..<br />
but for some reason I cannot use the DrawDefaultInspector() call since it is throwing me a compile error, saying that it does not exist in the current context.<br />
I also changed the &#8216;override&#8217; keyword to &#8216;virtual&#8217; in CopyInspector.cs since that also was throwing a compile error.<br />
I have still not migrated onto Unity2.6 and am still using 2.5&#8230;</p>
<p>Many thanks,<br />
Akshay</p>
]]></content:encoded>
	</item>
</channel>
</rss>

