<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matthew Miner</title>
	<atom:link href="http://www.matthewminer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewminer.com</link>
	<description>Multimedia and Technology Aficionado</description>
	<lastBuildDate>Sun, 22 Aug 2010 07:10:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Easier Prefab Creation</title>
		<link>http://www.matthewminer.com/2010/easier-prefab-creation/</link>
		<comments>http://www.matthewminer.com/2010/easier-prefab-creation/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 06:52:51 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=157</guid>
		<description><![CDATA[At the request of fellow code conjuror Brad Keys, I wrote a simple editor script for Unity that creates a prefab containing the contents of the currently selected game object. The new prefab bears the name of the selected game &#8230; <a href="http://www.matthewminer.com/2010/easier-prefab-creation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At the request of fellow code conjuror <a href="http://www.bradkeys.com/">Brad Keys</a>, I wrote a simple editor script for Unity that creates a prefab containing the contents of the currently selected game object. The new prefab bears the name of the selected game object and is placed in the project&#8217;s root directory. This function is accessed from the <em>GameObject &rarr; Create Prefab From Selected</em> menu.</p>
<p>While setting up prefabs is a trivial task, this menu item simplifies the process somewhat. It&#8217;s not perfect &#8212; the selected game object doesn&#8217;t become an instance of the newly created prefab, and an existing prefab with the same name is replaced &#8212; but perhaps you&#8217;ll find it useful if excess clicking isn&#8217;t your game of golf.</p>
<p>Download the script <a href="/files/CreatePrefabFromSelected.cs">here</a> or contribute your own improvements at the <a href="http://www.unifycommunity.com/wiki/index.php?title=CreatePrefabFromSelected">Unify Wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/easier-prefab-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeekTool: Quick Access to Unity&#8217;s Debug Logs</title>
		<link>http://www.matthewminer.com/2010/geektool-quick-access-to-unitys-debug-logs/</link>
		<comments>http://www.matthewminer.com/2010/geektool-quick-access-to-unitys-debug-logs/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 16:32:26 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=142</guid>
		<description><![CDATA[Yesterday I mentioned how terribly inconvenient having to fire up OS X&#8217;s Console.app to view Unity&#8217;s web player debug log is. The in-game console script I supplied eases some of that pain, but there are still times when I find &#8230; <a href="http://www.matthewminer.com/2010/geektool-quick-access-to-unitys-debug-logs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I <a href="/2010/consolitis/">mentioned</a> how terribly inconvenient having to fire up OS X&#8217;s Console.app to view Unity&#8217;s web player debug log is. The in-game console script I supplied eases some of that pain, but there are still times when I find myself wanting to view Unity&#8217;s logs and dreaming of a fantasy land where this is easier to do. Propitiously, that fantasy land exists in a free utility named <a href="http://projects.tynsoe.org/en/geektool/">GeekTool</a>, which through careful calculation I&#8217;ve determined kicks severe amounts of ass.</p>
<p>According to its website, GeekTool allows you to &#8220;display on your desktop different kind of informations.&#8221; Indeed it does. It can display images, the results of shell scripts, or in my case, the contents of text files. This is especially useful when the Unity editor crashes and I need to know why. At a glance I can see any errors that have occurred and all sorts of other funky information that gets sent to the Unity logs. When I&#8217;m not in development mode and don&#8217;t want lines of cryptic text cluttering my desktop, I simply turn off the &#8220;Unity&#8221; group from GeekTool&#8217;s menu bar dropdown.</p>
<p><a href="/wordpress/wp-content/uploads/2010/07/geektool_unity_logs.jpg"><img src="/wordpress/wp-content/uploads/2010/07/geektool_unity_logs-1024x640.jpg" alt="" title="GeekTool Unity Logs" width="640" height="400" class="alignnone size-large wp-image-143" /></a></p>
<p>Highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/geektool-quick-access-to-unitys-debug-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consolitis</title>
		<link>http://www.matthewminer.com/2010/consolitis/</link>
		<comments>http://www.matthewminer.com/2010/consolitis/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 03:07:11 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=120</guid>
		<description><![CDATA[Like any self-respecting Unity developer, I monitor the contents of the Console window religiously. The editor presents a slick interface, but when it comes to keeping tabs on the warnings and exceptions output by a web player game, a trip &#8230; <a href="http://www.matthewminer.com/2010/consolitis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Like any self-respecting Unity developer, I monitor the contents of the Console window religiously. The editor presents a slick interface, but when it comes to keeping tabs on the warnings and exceptions output by a web player game, a trip to OS X&#8217;s Console.app is necessary. I&#8217;m apparently not the only developer to suffer through this insufferable task, and in-game console windows <a href="http://www.ennanzus-interactive.com/developer/DebugConsole/">have</a> <a href="http://www.unifycommunity.com/wiki/index.php?title=DebugConsole">been</a> <a href="http://github.com/dimerocker/dimeRocker-Unity-Client/">developed</a> to banish my inconvenience.</p>
<p>Unfortunately, scripts like the one linked to above require that messages be logged using a separate class. I want to continue using Unity&#8217;s trusty <code>Debug</code> class and be free to drop the script into an existing project without any code changes. Luckily Unity allows logged messages to be rerouted through your own callback method using <a href="http://unity3d.com/support/documentation/ScriptReference/Application.RegisterLogCallback.html"><code>Application.RegisterLogCallback</code></a>. Each message can be saved to a list and displayed in a <abbr title="Graphical User Interface">GUI</abbr> window when a hotkey is pressed.</p>
<p>For your enjoyment, I&#8217;ve uploaded <a href="/files/console_v1.0.unitypackage">the script</a> I use for my own console popup window that implements such functionality. In addition to displaying debug messages, it has a few nice features like different text colours for warnings and errors as well as a &#8220;collapse&#8221; feature that will be familiar to users of the Unity console. Simply drag this script onto any game object then use the ` backquote key (this can be changed in the inspector) to invoke it when your game is playing. No code changes necessary.</p>
<p>Now, using the callback to show messages in a <abbr title="Graphical User Interface">GUI</abbr> window is its obvious use. Alternatively, you can send all error messages from your deployed game to a web server where they&#8217;re recorded for later perusal. This might make for a great way to implement gameplay analytics. The possibilities are endless. Like a m&ouml;bius strip. Almost exactly like a m&ouml;bius strip.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/consolitis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Unity&#8217;s Boilerplate Script Code</title>
		<link>http://www.matthewminer.com/2010/changing-unitys-boilerplate-script-code/</link>
		<comments>http://www.matthewminer.com/2010/changing-unitys-boilerplate-script-code/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 03:08:46 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=118</guid>
		<description><![CDATA[Quick tip: if you&#8217;re not a fan of the boilerplate code that Unity spits out when you create a new script (for example, if you&#8217;d rather have an OnGUI function ready to go rather than Start), you can easily change &#8230; <a href="http://www.matthewminer.com/2010/changing-unitys-boilerplate-script-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quick tip: if you&#8217;re not a fan of the boilerplate code that Unity spits out when you create a new script (for example, if you&#8217;d rather have an <code>OnGUI</code> function ready to go rather than <code>Start</code>), you can easily change it to whatever suits you best. In Mac OS X, simply right click on the Unity application, choose &#8220;Show Package Contents,&#8221; and navigate to <em>Contents &rarr; Resources</em>. You&#8217;ll see three files named NewBehaviourScript. Open those up, modify them to your liking, and save. The next time you create a script in Unity, you&#8217;ll notice with groundless excitement that your changes are there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/changing-unitys-boilerplate-script-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unity Cutscene Editor Initial Release</title>
		<link>http://www.matthewminer.com/2010/unity-cutscene-editor-initial-release/</link>
		<comments>http://www.matthewminer.com/2010/unity-cutscene-editor-initial-release/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 01:36:45 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[summerofcode]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=114</guid>
		<description><![CDATA[Today I&#8217;m releasing the cutscene editor I worked on as part of Unity&#8217;s Summer of Code last year. The version number is 0.1 &#8212; it&#8217;s several features short of what I envisioned and it&#8217;s not as user-friendly as I&#8217;d like &#8230; <a href="http://www.matthewminer.com/2010/unity-cutscene-editor-initial-release/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m releasing the cutscene editor I worked on as part of Unity&#8217;s Summer of Code last year. The version number is 0.1 &#8212; it&#8217;s several features short of what I envisioned and it&#8217;s not as user-friendly as I&#8217;d like it to be &#8212; but I feel it&#8217;s important to get the existing code out there for other eyes to see. What&#8217;s missing now is a sample scene, proper documentation, transitions, and a decent live preview, among other things. The &#8220;filters&#8221; concept (which basically applies full-screen effects to cameras) is half-baked. Transitions didn&#8217;t even make it to the oven. In other words, not all functionality you might expect is there, and the usability is frightening.</p>
<p>With that disclaimer out of the way, I intend to continue improving the editor and get it to the point where it&#8217;s indispensable to developers building cutscenes. I have set up <a href="http://code.google.com/p/silverscreen/">a project</a> on Google Code where the .unitypackage can be <a href="http://code.google.com/p/silverscreen/downloads/list">downloaded</a>. The code hasn&#8217;t yet been saved to a subversion repository, but it will be shortly. The code is licensed under the liberal MIT license, so feel free to use it however you wish. I welcome any and all contributions; additional developers would be fantastic. Bug reports and feature requests, which I encourage you to make, can be logged on the <a href="http://code.google.com/p/silverscreen/issues/list">issue tracker</a>.</p>
<p>If you have any questions or would like to lend your developer talent, you can email me at <a href="mailto:matthew@matthewminer.com">matthew@matthewminer.com</a>. In the coming weeks I&#8217;ll make some posts on how to use the tool, and hopefully some improvements as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/unity-cutscene-editor-initial-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dashing Coroutines for an Improved Coding Experience</title>
		<link>http://www.matthewminer.com/2010/dashing-coroutines-for-an-improved-coding-experience/</link>
		<comments>http://www.matthewminer.com/2010/dashing-coroutines-for-an-improved-coding-experience/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 00:32:51 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[dimeRocker]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=103</guid>
		<description><![CDATA[After my last two borderline useless posts, perhaps today&#8217;s code snippet will be more valuable. I&#8217;m optimistic. In the dimeRocker Unity client, of which I&#8217;m a developer, coroutines are used to send information to and from the servers. Conveniently, coroutines &#8230; <a href="http://www.matthewminer.com/2010/dashing-coroutines-for-an-improved-coding-experience/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After my <a href="/2010/a-new-medium-for-the-scrolling-marquee/">last</a> <a href="/2010/blink-blink-blink/">two</a> borderline useless posts, perhaps today&#8217;s code snippet will be more valuable. I&#8217;m optimistic.</p>
<p>In the <a href="http://dimerocker.com/developers">dimeRocker Unity client</a>, of which I&#8217;m a developer, coroutines are used to send information to and from the servers. Conveniently, coroutines can execute in parallel with your own code or they can be called from another coroutine in order to wait for their completion. Such functionality is useful in Unity for a number of purposes, and seasoned developers will certainly be familiar with them.</p>
<pre>IEnumerator Start () {
	// Wait for user information to be retrieved
	yield return StartCoroutine(drClient.User.FetchUser());
	// Download friends' profiles without waiting
	StartCoroutine(FetchAllFriends());
}</pre>
<p>In the code above, the first coroutine finishes execution before the second one starts. An easily made mistake though is to call a coroutine without using <code>StartCoroutine</code>, as you would a regular method. In this scenario, the coroutine instructions aren&#8217;t executed and no errors are thrown. Luckily there&#8217;s a way to prevent such a ghastly mistake. Let&#8217;s say I have the following coroutine.</p>
<pre>IEnumerator FetchSomeInfoCoroutine () {
	...
}</pre>
<p>Tantalizing, I know. If I add an additional function that returns a <code>Coroutine</code> object&#8230;</p>
<pre>public Coroutine FetchSomeInfo () {
	return StartCoroutine(FetchSomeInfo());
}</pre>
<p>I can now execute the contents of the coroutine simply by calling the public <code>FetchSomeInfo</code> method. I don&#8217;t even have to be aware that I&#8217;m executing a coroutine. If I wish to wait for the instructions to complete, I can still pair the method with a <code>yield</code> statement.</p>
<pre>IEnumerator Start () {
	// Execute contents of coroutine
	FetchSomeInfo();
	// Execute contents of coroutine and wait for it to finish
	yield return FetchSomeInfo();
}</pre>
<p>As you can see, eliminating the need for <code>StartCoroutine</code> makes the code cleaner and more bulletproof (I myself have made the mistake of calling a coroutine directly, to great frustration). Of course, there is a downside to this method of calling coroutines, which is the reason why the dimeRocker Unity client still requires, for the most part, the use of <code>StartCoroutine</code>: developers currently calling coroutines are familiar with using <code>StartCoroutine</code>, and sending it a method that returns a <code>Coroutine</code> object will cause the compiler to throw an error. But, hopefully developers working on libraries to be used with Unity will adapt this system and folks will get used to it, and we can all have the elegant, &#8220;there&#8217;s no way you can screw this up&#8221; code we desire. I&#8217;m optimistic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/dashing-coroutines-for-an-improved-coding-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blink Blink Blink</title>
		<link>http://www.matthewminer.com/2010/blink-blink-blink/</link>
		<comments>http://www.matthewminer.com/2010/blink-blink-blink/#comments</comments>
		<pubDate>Sun, 30 May 2010 19:12:20 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=96</guid>
		<description><![CDATA[As promised: a blinking text script for Unity, to bring back the glory days of Netscape Navigator. Sophistication starts here. public float interval = 1; bool visible = true; void Start () { // Start blinking immediately TriggerBlink(); } void &#8230; <a href="http://www.matthewminer.com/2010/blink-blink-blink/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As <a href="/2010/a-new-medium-for-the-scrolling-marquee/">promised</a>: a blinking text script for Unity, to bring back the glory days of Netscape Navigator. Sophistication starts here.</p>
<pre>public float interval = 1;
bool visible = true;

void Start () {
	// Start blinking immediately
	TriggerBlink();
}

void OnGUI () {
	if (!visible) {
		// Set the GUI to be invisible
		GUI.color = Color.clear;
	}

	GUILayout.Label("History is gonna change.");
}

void TriggerBlink () {
	visible = !visible;
	// Continuous loop
	Invoke("TriggerBlink", interval);
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/blink-blink-blink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Medium for the Scrolling Marquee</title>
		<link>http://www.matthewminer.com/2010/a-new-medium-for-the-scrolling-marquee/</link>
		<comments>http://www.matthewminer.com/2010/a-new-medium-for-the-scrolling-marquee/#comments</comments>
		<pubDate>Sat, 29 May 2010 20:14:35 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[Website Creation]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/?p=87</guid>
		<description><![CDATA[Recently when reminiscing about that custodian of excellent web design that is was GeoCities, I decided to give the &#60;blink&#62; and &#60;marquee&#62; tags a whirl, for old time&#8217;s sake. Alas, Safari refuses to recognize these bastions of 90s tastefulness. Tears &#8230; <a href="http://www.matthewminer.com/2010/a-new-medium-for-the-scrolling-marquee/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently when reminiscing about that custodian of excellent web design that <del>is</del> was GeoCities, I decided to give the <code>&lt;blink&gt;</code> and <code>&lt;marquee&gt;</code> tags a whirl, for old time&#8217;s sake. Alas, Safari refuses to recognize these bastions of 90s tastefulness. Tears splashed on my keyboard as I mourned the death of greatness.</p>
<p>And then a user on the Unity forums asked about scrolling text in-game, to which I enthusiastically responded. Browser manufacturers may have made every attempt to kill the non-standard <abbr title="HyperText Markup Language">HTML</abbr> elements so thoughtfully introduced by Netscape and Microsoft, but they can&#8217;t take away these innovations from video games. Class will live on.</p>
<pre>public string message = "Where we're going, we don't need roads.";
public float scrollSpeed = 50;

Rect messageRect;

void OnGUI () {
	// Set up message's rect if we haven't already
	if (messageRect.width == 0) {
		Vector2 dimensions = GUI.skin.label.CalcSize(new GUIContent(message));

		// Start message past left side of screen
		messageRect.x      = -dimensions.x;
		messageRect.width  =  dimensions.x;
		messageRect.height =  dimensions.y;
	}

	messageRect.x += Time.deltaTime * scrollSpeed;

	// If message has moved past right side, move it back to left
	if (messageRect.x > Screen.width) {
		messageRect.x = -messageRect.width;
	}

	GUI.Label(messageRect, message);
}</pre>
<p>Stay tuned for blinking text in Unity, for even greater user enjoyment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/a-new-medium-for-the-scrolling-marquee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Contrivance of Dr. Bromegrass</title>
		<link>http://www.matthewminer.com/2010/the-contrivance-of-dr-bromegrass/</link>
		<comments>http://www.matthewminer.com/2010/the-contrivance-of-dr-bromegrass/#comments</comments>
		<pubDate>Sat, 22 May 2010 18:10:51 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Filmmaking]]></category>
		<category><![CDATA[musical]]></category>
		<category><![CDATA[vfs]]></category>

		<guid isPermaLink="false">http://matthewminer.com/wordpress/?p=73</guid>
		<description><![CDATA[Earlier I posted the script fashioned for my end-of-year motion picture at Vancouver Film School. The finished product has been in the can and uploaded to the world wide web for some time now, but I never bothered to spread &#8230; <a href="http://www.matthewminer.com/2010/the-contrivance-of-dr-bromegrass/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Earlier I <a href="http://matthewminer.com/2009/a-musical-script/">posted the script</a> fashioned for my end-of-year motion picture at Vancouver Film School. The finished product has been in the can and uploaded to the world wide web for some time now, but I never bothered to spread the word. But now I&#8217;m bothering, and I invite you to enjoy my humble attempt at a musical.</p>
<p><iframe src="http://player.vimeo.com/video/4406835?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="640" height="360" frameborder="0"></iframe></p>
<p><strong>Update:</strong> Switched to Vimeo&#8217;s sparkly new <a href="http://vimeo.com/blog:334">Universal Player</a>. High five for HTML5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2010/the-contrivance-of-dr-bromegrass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer of Code: Progress Report on Unity3D Blog</title>
		<link>http://www.matthewminer.com/2009/summer-of-code-progress-report-on-unity3d-blog/</link>
		<comments>http://www.matthewminer.com/2009/summer-of-code-progress-report-on-unity3d-blog/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:00:10 +0000</pubDate>
		<dc:creator>Matthew Miner</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[summerofcode]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://matthewminer.com/wordpress2/?p=27</guid>
		<description><![CDATA[Recently a somewhat detailed progress report about my Cutscene Editor was posted on the Unity3D blog. Rather than copying and pasting the post here, I reckon I&#8217;ll link to the article instead. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Recently a somewhat detailed progress report about my Cutscene Editor was posted on the Unity3D blog. Rather than copying and pasting the post here, I reckon I&#8217;ll <a href="http://blogs.unity3d.com/2009/08/21/summer-of-code-progress-of-cutscene-editor/">link to the article</a> instead. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewminer.com/2009/summer-of-code-progress-report-on-unity3d-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
