<?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 for Scriptocalypse</title>
	<atom:link href="http://www.scriptocalypse.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.scriptocalypse.com</link>
	<description>Lighting Bitmaps on Fire</description>
	<lastBuildDate>Wed, 27 Mar 2013 23:53:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Batch Compiles and Makefiles With JSFL by Cal</title>
		<link>http://www.scriptocalypse.com/?p=46&#038;cpage=1#comment-222</link>
		<dc:creator>Cal</dc:creator>
		<pubDate>Wed, 27 Mar 2013 23:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=46#comment-222</guid>
		<description><![CDATA[Thanks for posting this. Great help for anyone getting started/needing to batch compile anything.

I&#039;ve jumped back into using JSFL for not only batch compiling, but for generating new fla files from a template.  It&#039;s tedious enough doing a few, but there probably will be 1000+ flas when all is said and done.  The scripts ensure consistency and reduce errors. What&#039;s great is that the logs can be read in again and checked for errors in the fla creation process. 

Cheers, Cal]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Great help for anyone getting started/needing to batch compile anything.</p>
<p>I&#8217;ve jumped back into using JSFL for not only batch compiling, but for generating new fla files from a template.  It&#8217;s tedious enough doing a few, but there probably will be 1000+ flas when all is said and done.  The scripts ensure consistency and reduce errors. What&#8217;s great is that the logs can be read in again and checked for errors in the fla creation process. </p>
<p>Cheers, Cal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the Unity 3D Editor by Fil</title>
		<link>http://www.scriptocalypse.com/?p=102&#038;cpage=1#comment-214</link>
		<dc:creator>Fil</dc:creator>
		<pubDate>Fri, 28 Dec 2012 15:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=102#comment-214</guid>
		<description><![CDATA[&lt;blockquote cite=&quot;#commentbody-213&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-213&quot; rel=&quot;nofollow&quot;&gt; The Horseman&lt;/a&gt; :&lt;/strong&gt; 
Are you referencing anything that’s related to the Editor &lt;em&gt;outside&lt;/em&gt; the Editor folder?  That will cause a problem for sure, because the editor classes are not exported into a standalone build.   
 &lt;/blockquote&gt;

yes, that&#039;s the problem.
Now I&#039;ve fixed using this script: http://wiki.unity3d.com/index.php/ImprovedFileBrowser

thanks for your reply :)]]></description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-213"><p>
<strong><a href="#comment-213" rel="nofollow"> The Horseman</a> :</strong><br />
Are you referencing anything that’s related to the Editor <em>outside</em> the Editor folder?  That will cause a problem for sure, because the editor classes are not exported into a standalone build.
 </p></blockquote>
<p>yes, that&#8217;s the problem.<br />
Now I&#8217;ve fixed using this script: <a href="http://wiki.unity3d.com/index.php/ImprovedFileBrowser" rel="nofollow">http://wiki.unity3d.com/index.php/ImprovedFileBrowser</a></p>
<p>thanks for your reply <img src='http://www.scriptocalypse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the Unity 3D Editor by The Horseman</title>
		<link>http://www.scriptocalypse.com/?p=102&#038;cpage=1#comment-213</link>
		<dc:creator>The Horseman</dc:creator>
		<pubDate>Thu, 27 Dec 2012 15:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=102#comment-213</guid>
		<description><![CDATA[I tried this out in my sample &quot;PunyPlane&quot; project, and indeed I can use UnityEditor and EditorUtilities, as long as the code that references them lives only in the Editor folder.  No problems with a standalone build, as long as it all remains in the Editor folder.

Are you referencing anything that&#039;s related to the Editor &lt;em&gt;outside&lt;/em&gt; the Editor folder?  That will cause a problem for sure, because the editor classes are not exported into a standalone build.  

If the only place you explicitly call the EditorUtility or any other Editor classes is inside the Editor folder, I would look to see if any non-Editor classes are directly calling / using anything you&#039;ve put into the Editor folder.  

It&#039;s definitely possible to publish a standalone when you use Editor scripting, or else half the libraries and assets that extend the editor wouldn&#039;t work. :)]]></description>
		<content:encoded><![CDATA[<p>I tried this out in my sample &#8220;PunyPlane&#8221; project, and indeed I can use UnityEditor and EditorUtilities, as long as the code that references them lives only in the Editor folder.  No problems with a standalone build, as long as it all remains in the Editor folder.</p>
<p>Are you referencing anything that&#8217;s related to the Editor <em>outside</em> the Editor folder?  That will cause a problem for sure, because the editor classes are not exported into a standalone build.  </p>
<p>If the only place you explicitly call the EditorUtility or any other Editor classes is inside the Editor folder, I would look to see if any non-Editor classes are directly calling / using anything you&#8217;ve put into the Editor folder.  </p>
<p>It&#8217;s definitely possible to publish a standalone when you use Editor scripting, or else half the libraries and assets that extend the editor wouldn&#8217;t work. <img src='http://www.scriptocalypse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the Unity 3D Editor by Fil</title>
		<link>http://www.scriptocalypse.com/?p=102&#038;cpage=1#comment-212</link>
		<dc:creator>Fil</dc:creator>
		<pubDate>Thu, 27 Dec 2012 14:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=102#comment-212</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-211&quot; rel=&quot;nofollow&quot;&gt;@ The Horseman&lt;/a&gt; 
Thanks for the reply. I can&#039;t share the code at the moment. but what I want is just to know if is possible to use UnityEditor library and it classes in standalone build.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-211" rel="nofollow">@ The Horseman</a><br />
Thanks for the reply. I can&#8217;t share the code at the moment. but what I want is just to know if is possible to use UnityEditor library and it classes in standalone build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the Unity 3D Editor by The Horseman</title>
		<link>http://www.scriptocalypse.com/?p=102&#038;cpage=1#comment-211</link>
		<dc:creator>The Horseman</dc:creator>
		<pubDate>Wed, 26 Dec 2012 17:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=102#comment-211</guid>
		<description><![CDATA[Hi Fil,  

At the time I did not use a directive, but that might be a good idea for you to try.  I&#039;m not currently at a computer on which I can try this out, so I cannot verify.  If you zip up a sample project with only the desired code (that breaks) and post it online, I can have a look at it later.]]></description>
		<content:encoded><![CDATA[<p>Hi Fil,  </p>
<p>At the time I did not use a directive, but that might be a good idea for you to try.  I&#8217;m not currently at a computer on which I can try this out, so I cannot verify.  If you zip up a sample project with only the desired code (that breaks) and post it online, I can have a look at it later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the Unity 3D Editor by Fil</title>
		<link>http://www.scriptocalypse.com/?p=102&#038;cpage=1#comment-210</link>
		<dc:creator>Fil</dc:creator>
		<pubDate>Wed, 26 Dec 2012 17:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=102#comment-210</guid>
		<description><![CDATA[hi,
I&#039;m trying to use EditorUtility.DisplayDialog and EditorUtility.OpenFilePanel functions and it works great in editor mode. but when i build the game, i get the error: The type or namespace name `UnityEditor&#039; could not be found. Are you missing a using directive or an assembly reference?
I tried to move it to Editor folder, but no success :_( 
could you help me?]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
I&#8217;m trying to use EditorUtility.DisplayDialog and EditorUtility.OpenFilePanel functions and it works great in editor mode. but when i build the game, i get the error: The type or namespace name `UnityEditor&#8217; could not be found. Are you missing a using directive or an assembly reference?<br />
I tried to move it to Editor folder, but no success :_(<br />
could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flashing your C String by The Horseman</title>
		<link>http://www.scriptocalypse.com/?p=77&#038;cpage=1#comment-208</link>
		<dc:creator>The Horseman</dc:creator>
		<pubDate>Wed, 05 Dec 2012 23:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=77#comment-208</guid>
		<description><![CDATA[The code from the original project is not available for public consumption, unfortunately.  

That said, if you know when / where the 0 bytes appear and there&#039;s a pattern to it you can account for them in your solution.  You&#039;ll have to examine the byte array and iterate through (at least part of) it one byte at a time.]]></description>
		<content:encoded><![CDATA[<p>The code from the original project is not available for public consumption, unfortunately.  </p>
<p>That said, if you know when / where the 0 bytes appear and there&#8217;s a pattern to it you can account for them in your solution.  You&#8217;ll have to examine the byte array and iterate through (at least part of) it one byte at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flashing your C String by Mikey</title>
		<link>http://www.scriptocalypse.com/?p=77&#038;cpage=1#comment-207</link>
		<dc:creator>Mikey</dc:creator>
		<pubDate>Wed, 05 Dec 2012 10:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=77#comment-207</guid>
		<description><![CDATA[Hiya,

Do you still have the source you came up with for getting around this, perchance...?  I&#039;d be very grateful!

Thanks,

  Mikey]]></description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>Do you still have the source you came up with for getting around this, perchance&#8230;?  I&#8217;d be very grateful!</p>
<p>Thanks,</p>
<p>  Mikey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clash of the Instance Names by Amy</title>
		<link>http://www.scriptocalypse.com/?p=5&#038;cpage=1#comment-203</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Fri, 15 Jun 2012 12:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://scriptocalypse.com/?p=5#comment-203</guid>
		<description><![CDATA[There&#039;s a reason a good Actionscript programmer with a lot of experience would want to name instances of different types the same thing, and this is if you want to do something with the new instance (like populate it with data) and/or clean up the old instance (like removing listeners). The solution is to uncheck &quot;declare stage instances automatically,&quot; and declare the type yourself. Then you can use either an Interface for the type or a common base Class. I do believe you will get a warning if you use an Interface, possibly because Flash just isn&#039;t that bright sometimes.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a reason a good Actionscript programmer with a lot of experience would want to name instances of different types the same thing, and this is if you want to do something with the new instance (like populate it with data) and/or clean up the old instance (like removing listeners). The solution is to uncheck &#8220;declare stage instances automatically,&#8221; and declare the type yourself. Then you can use either an Interface for the type or a common base Class. I do believe you will get a warning if you use an Interface, possibly because Flash just isn&#8217;t that bright sometimes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An introduction to Unity3D for Android by Nisar Ahmed</title>
		<link>http://www.scriptocalypse.com/?p=94&#038;cpage=1#comment-202</link>
		<dc:creator>Nisar Ahmed</dc:creator>
		<pubDate>Fri, 01 Jun 2012 06:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptocalypse.com/?p=94#comment-202</guid>
		<description><![CDATA[You told in the post that you have opted two ways, why don&#039;t you guide me in any of the ways you opted, this will be the optimum help from you ?? i really need help from your side to complete my project before the timeline ends ?]]></description>
		<content:encoded><![CDATA[<p>You told in the post that you have opted two ways, why don&#8217;t you guide me in any of the ways you opted, this will be the optimum help from you ?? i really need help from your side to complete my project before the timeline ends ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
