<?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>BakedOn Entertainment - Online Multiplayer Games &#187; Uncategorized</title>
	<atom:link href="http://www.bakedon.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bakedon.com</link>
	<description></description>
	<lastBuildDate>Wed, 29 Dec 2010 17:47:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unity3D: How to make one GameObject transform a child of another</title>
		<link>http://www.bakedon.com/2010/01/unity3d-how-to-make-one-gameobject-transform-a-child-of-another/</link>
		<comments>http://www.bakedon.com/2010/01/unity3d-how-to-make-one-gameobject-transform-a-child-of-another/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:16:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bakedon.com/?p=64</guid>
		<description><![CDATA[In Unity3D, you can create parent-child relationships in code as easily as you can create the heirarchies in the Unity3D editor. All you need to do is set the child GameObject&#8217;s transform.parent property to the transform you want as the parent. GameObject child = &#8230; GameObject parent = &#8230; child.transform.parent = parent;]]></description>
			<content:encoded><![CDATA[<p>In Unity3D, you can create parent-child relationships in code as easily as you can create the heirarchies in the Unity3D editor.</p>
<p>All you need to do is set the child GameObject&#8217;s transform.parent property to the transform you want as the parent.</p>
<blockquote><p>GameObject child = &#8230;</p>
<p>GameObject parent = &#8230;</p>
<p>child.transform.parent = parent;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bakedon.com/2010/01/unity3d-how-to-make-one-gameobject-transform-a-child-of-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registered for GDC09</title>
		<link>http://www.bakedon.com/2008/12/registered-for-gdc09/</link>
		<comments>http://www.bakedon.com/2008/12/registered-for-gdc09/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 21:34:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bakedon.com/?p=55</guid>
		<description><![CDATA[We are registered for GDC09.  Hope to see you all there! Also, if you use Twitter, I&#8217;m going to keep minor and day-to-day project updates there: http://twitter.com/bakedon]]></description>
			<content:encoded><![CDATA[<p>We are registered for <a title="Game Developer's Conference" href="http://www.gdcconf.com" target="_blank">GDC09</a>.  Hope to see you all there!</p>
<p>Also, if you use Twitter, I&#8217;m going to keep minor and day-to-day project updates there:</p>
<p><a href="http://twitter.com/bakedon">http://twitter.com/bakedon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bakedon.com/2008/12/registered-for-gdc09/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

