<?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>Miguel Moraleda &#187; Unity3D</title>
	<atom:link href="http://as3.miguelmoraleda.com/tag/unity3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://as3.miguelmoraleda.com</link>
	<description>Unity3D &#38; Actionscript examples, resources, source code, etc</description>
	<lastBuildDate>Fri, 16 Apr 2010 12:55:47 +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>Detonator &#8211; Explosion Framework for Unity3D</title>
		<link>http://as3.miguelmoraleda.com/2010/02/15/detonator-explosion-framework-for-unity3d/</link>
		<comments>http://as3.miguelmoraleda.com/2010/02/15/detonator-explosion-framework-for-unity3d/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:58:27 +0000</pubDate>
		<dc:creator>miguelMoraleda</dc:creator>
				<category><![CDATA[Unity3D]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://as3.miguelmoraleda.com/?p=387</guid>
		<description><![CDATA[Detonator for Unity makes incorporating good explosions easier for all types of developers. At its most basic level, Detonator is a component that can be attached to any GameObject. At runtime it then creates an explosion with configurable color, size, duration, detail, and sub-elements like sparks, smoke, and shockwaves. For those that want to dig [...]]]></description>
			<content:encoded><![CDATA[<p>Detonator for Unity makes incorporating good explosions easier for all types of developers. At its most basic level, Detonator is a component that can be attached to any GameObject. At runtime it then creates an explosion with configurable color, size, duration, detail, and sub-elements like sparks, smoke, and shockwaves. For those that want to dig in a bit, Detonator is an explosion framework. Customize each sub-component or create new ones if you want to write a bit of code. Tweak detail levels with a single parameter and save your favorites to prefabs&#8230; or dynamically link color to damage type and size to damage amount!<br />
The Detonator Parametric Explosion Framework has been developed by <a href="http://variancetheory.com/" target="_blank">Ben Throop</a> for the Unity Summer of Code 2009.</p>
<p>This is an amazing extension for your projects in Unity3D.</p>
<h3><a href="http://unity3d.com/support/resources/unity-extensions/explosion-framework" target="blank">PAGE IN UNITY3D WEBSITE</a></h3>
<h3><a href="http://unity3d.com/support/resources/files/Detonator.unitypackage" target="blank">DOWNLOAD UNITY PACKAGE</a></h3>
<h3>Read more about this in the <a href="http://variancetheory.com/category/blog/" target="blank">Ben Throop Blog</a></h3>
<h4>Click in any image bellow to see the demo scene in action. You need to have installed the <a href="http://unity3d.com/webplayer/" target="blank">Unity plugin.</a></h4>
<p><a href="http://miguelmoraleda.com/examples/unity3D/explosionFramework/" target="blank"><img src="http://as3.miguelmoraleda.com/wp-content/uploads/2010/02/explosion1.jpg" alt="explosion1" title="explosion1" width="500" height="256" class="aligncenter size-full wp-image-388" /></a><br />
<a href="http://miguelmoraleda.com/examples/unity3D/explosionFramework/" target="blank"><img src="http://as3.miguelmoraleda.com/wp-content/uploads/2010/02/explosion2.jpg" alt="" title="explosion2" width="500" height="260" class="aligncenter size-full wp-image-389" /></a><br />
<a href="http://miguelmoraleda.com/examples/unity3D/explosionFramework/" target="blank"><img src="http://as3.miguelmoraleda.com/wp-content/uploads/2010/02/explosion3.jpg" alt="" title="explosion3" width="500" height="263" class="aligncenter size-full wp-image-390" /></a><br />
<a href="http://miguelmoraleda.com/examples/unity3D/explosionFramework/" target="blank"><img src="http://as3.miguelmoraleda.com/wp-content/uploads/2010/02/explosion4.jpg" alt="" title="explosion4" width="500" height="332" class="aligncenter size-full wp-image-391" /></a><br />
<a href="http://miguelmoraleda.com/examples/unity3D/explosionFramework/" target="blank"><img src="http://as3.miguelmoraleda.com/wp-content/uploads/2010/02/explosion5.jpg" alt="" title="explosion5" width="500" height="277" class="aligncenter size-full wp-image-392" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://as3.miguelmoraleda.com/2010/02/15/detonator-explosion-framework-for-unity3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unity3D &#8211; continue playing</title>
		<link>http://as3.miguelmoraleda.com/2009/09/28/unity3d-fps-example-gam/</link>
		<comments>http://as3.miguelmoraleda.com/2009/09/28/unity3d-fps-example-gam/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:52:33 +0000</pubDate>
		<dc:creator>miguelMoraleda</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Unity3D]]></category>

		<guid isPermaLink="false">http://as3.miguelmoraleda.com/?p=212</guid>
		<description><![CDATA[Here my last example using Unity3D, it is a very simple First Person Game. I made it following the fps tutorial from official web site of unity (view tutorial). All model are from free 3d models pages and is the part that take more time in the example .. View EXAMPLE]]></description>
			<content:encoded><![CDATA[<p>Here my last example using Unity3D, it is a very simple First Person Game. I made it following the fps tutorial from official web site of unity (<a title="MiguelMoraleda - Unity3D Example" href="http://unity3d.com/support/resources/tutorials/fpstutorial" target="_blank">view tutorial</a>). All model are from free 3d models pages and is the part that take more time in the example <img src='http://as3.miguelmoraleda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .. </p>
<p><a href="http://www.miguelmoraleda.com/examples/unity3D/fps" target="_blank">View EXAMPLE</a></p>
<div id="attachment_211" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.miguelmoraleda.com/examples/unity3D/fps" target="_blank"><img class="size-full wp-image-211" title="fps3" src="http://as3.miguelmoraleda.com/wp-content/uploads/2009/09/fps3.jpg" alt="unity3D example 3" width="600" height="500" /></a><p class="wp-caption-text">unity3D example 3</p></div>
<div id="attachment_209" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.miguelmoraleda.com/examples/unity3D/fps" target="_blank"><img class="size-full wp-image-209" title="fps1" src="http://as3.miguelmoraleda.com/wp-content/uploads/2009/09/fps1.jpg" alt="unity3D example 1" width="600" height="500" /></a><p class="wp-caption-text">unity3D example 1</p></div>
<div id="attachment_210" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.miguelmoraleda.com/examples/unity3D/fps" target="_blank"><img class="size-full wp-image-210" title="fps2" src="http://as3.miguelmoraleda.com/wp-content/uploads/2009/09/fps2.jpg" alt="unity3D example 2" width="600" height="500" /></a><p class="wp-caption-text">unity3D example 2</p></div>
<p><br><script type="text/javascript"><!--
google_ad_client = "pub-8685425838841676";
google_ad_slot = "6019231894";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br></p>
]]></content:encoded>
			<wfw:commentRss>http://as3.miguelmoraleda.com/2009/09/28/unity3d-fps-example-gam/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Unity3D Game Development Tool &#8211; Example</title>
		<link>http://as3.miguelmoraleda.com/2009/05/13/unity3d-game-development-tool-3d-2d-exampl/</link>
		<comments>http://as3.miguelmoraleda.com/2009/05/13/unity3d-game-development-tool-3d-2d-exampl/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:45:35 +0000</pubDate>
		<dc:creator>miguelMoraleda</dc:creator>
				<category><![CDATA[Unity3D]]></category>

		<guid isPermaLink="false">http://as3.miguelmoraleda.com/?p=146</guid>
		<description><![CDATA[Unity3D is a multiplatform game development tool, designed from the start to ease creation. A fully integrated professional application, Unity just happens to contain the most powerful engine this side of a million dollars. I was working with unity, and this is the result. A free style course for drive a hummer. You can change [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unity3d.com/">Unity3D</a> is a multiplatform game development tool, designed from the start to ease creation. A fully integrated professional application, Unity just happens to contain the most powerful engine this side of a million dollars.</p>
<p>I was working with unity, and this is the result. A free style course for drive a hummer. You can change the camera view using the number from 1 to 3 and drive the car with the rows of the keyboard</p>
<p><center><br />
<h1><a href="http://www.miguelmoraleda.com/examples/unity3D/hummer2/hummer.html">VIEW EXAMPLE</a></h1>
<p></center></p>
<p><img src="http://as4.miguelmoraleda.com/wp-content/uploads/2009/05/hummer.jpg" alt="hummer" title="hummer" width="500" height="375" class="aligncenter size-full wp-image-147" /><br />
<img src="http://as4.miguelmoraleda.com/wp-content/uploads/2009/05/hummer2.jpg" alt="hummer2" title="hummer2" width="500" height="376" class="aligncenter size-full wp-image-148" /><br />
<br><script type="text/javascript"><!--
google_ad_client = "pub-8685425838841676";
google_ad_slot = "6019231894";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br></p>
]]></content:encoded>
			<wfw:commentRss>http://as3.miguelmoraleda.com/2009/05/13/unity3d-game-development-tool-3d-2d-exampl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
