<?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>AngryAnt.com</title>
	<atom:link href="http://eej.dk/angryant/feed/" rel="self" type="application/rss+xml" />
	<link>http://eej.dk/angryant</link>
	<description>Game and -AI development</description>
	<lastBuildDate>Thu, 17 May 2012 13:25:33 +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>Path is now MIT licensed</title>
		<link>http://eej.dk/angryant/general/path/path-is-now-mit-licensed/</link>
		<comments>http://eej.dk/angryant/general/path/path-is-now-mit-licensed/#comments</comments>
		<pubDate>Thu, 17 May 2012 13:13:47 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[Path]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=788</guid>
		<description><![CDATA[Hey guys. Obviously I&#8217;ve been pretty busy and since I&#8217;d like to spend the spare time coding time I have on Behave, I have just made the Path repository publicly available with an MIT license attached. https://github.com/AngryAnt/Path Note that I will be monitoring and taking in pull requests as well as compiling builds for releasing [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys. Obviously I&#8217;ve been pretty busy and since I&#8217;d like to spend the spare time coding time I have on Behave, I have just made the Path repository publicly available with an MIT license attached.</p>
<p><a href="https://github.com/AngryAnt/Path" title="Path on github">https://github.com/AngryAnt/Path</a></p>
<p>Note that I will be monitoring and taking in pull requests as well as compiling builds for releasing into the asset store (obviously as a free package). Let&#8217;s make this project as awesome as can be <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Issue tracking and wiki development (I would appreciate collaborators on that as well) is still happening on <a href="https://github.com/AngryAnt/Path-release" title="The Path-release repository on github">https://github.com/AngryAnt/Path-release</a>.</p>
<p>Happy hacking!</p>
<p><a href="http://forum.unity3d.com/threads/78037-AI-Pathfinding-in-Unity-Path" title="Path thread on the Unity forum." target="_parent">Unity forum thread</a>.</p>
<div id="tweetbutton788" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fpath%2Fpath-is-now-mit-licensed%2F&amp;text=Path%20is%20now%20MIT%20licensed&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fpath%2Fpath-is-now-mit-licensed%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/path/path-is-now-mit-licensed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behave 1.4 released</title>
		<link>http://eej.dk/angryant/general/behave/behave-1-4-released/</link>
		<comments>http://eej.dk/angryant/general/behave/behave-1-4-released/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:36:58 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[Behave]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=772</guid>
		<description><![CDATA[So obviously I ended up not spending more time on that RPG thing&#8230; I did however work on some 3.5 stuff back at Unity, some upcoming demo stuff and baby Lili was born. Meanwhile I spent spare time on Behave rather than the RPG thing, so now 1.4 is ready for release. TADAA! This release [...]]]></description>
			<content:encoded><![CDATA[<p>So obviously I ended up not spending more time on that RPG thing&#8230; I did however work on some 3.5 stuff back at Unity, some upcoming demo stuff and baby Lili was born.</p>
<p>Meanwhile I spent spare time on Behave rather than the RPG thing, so now 1.4 is ready for release. TADAA!</p>
<p>This release primarily holds runtime optimizations, fixes and tweaks. Specifically I would like to highlight the ability to mark components as &#8220;instant&#8221;. The instant flag affects sequences and selectors when moving between child nodes. When an instant child component completes, rather than waiting for the next tick to tick the following child node, the sequence or selector does it immediately.</p>
<p>Anywho, get it on the asset store and remember to rebuild your libraries after installing.</p>
<p>The rest of the changes follow:</p>
<pre>1.4:
 - Fixed decorator incorrectly initializing on every returning tick when tick handler returned Running.
 - Fixed debugger view dependency on active tree editor - causing reported null reference exception.
 - Fixed missing scrollbars on browser window.
 - Reduced logging noise from debug builds.
 - Agent blueprints can now be MonoBehaviour based.
 - Clarified wording on "library not loaded".
 - Now handling reset a bit cleverer - potential performance boost.
 - Changed the default success criteria of Parallel components from SuccessOrFailure to Success.
 - Added "instant" flag to components. Components marked instant will affect sequences and selectors when moving between child nodes. When a child node marked "instant" completes, rather than waiting for the next tree tick to tick the following child node, the sequence or selector does it immediately.
 - The compiler progress bar returns.
 - Editing a Behave asset now focuses the asset browser last instead of the tree editor.
 - Behave can now be installed in any subfolder of Assets - provided its internal folder structure remains intact.
 - Compilation speed improvements.
 - Enabled references across collection borders.
 - Added Tree.DataSize - returning the number of bytes used by a tree instance. This is also displayed in the debugger window.</pre>
<p>You&#8217;ll find a link to the package in the <a href="http://angryant.com/behave/downloads" target="_parent">download</a> section. Have fun!</p>
<p><a href="http://forum.unity3d.com/threads/61849-AI-Behaviour-trees-in-Unity-Behave-1.1-released" target="_blank">Unity forum thread</a>.</p>
<div id="tweetbutton772" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fbehave%2Fbehave-1-4-released%2F&amp;text=Behave%201.4%20released&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fbehave%2Fbehave-1-4-released%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/behave/behave-1-4-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>So I&#8217;ve been a bit busy lately</title>
		<link>http://eej.dk/angryant/general/so-ive-been-a-bit-busy-lately/</link>
		<comments>http://eej.dk/angryant/general/so-ive-been-a-bit-busy-lately/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 18:27:03 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=757</guid>
		<description><![CDATA[Little under half a year later and I&#8217;m still here. Things have been rather hectic since my last update. In Copenhagen we conquered more office space and my team moved in there. I made some demos (Third Person MMO Controller and Astro Dude), went to a conference, worked on a Unity release and pitched in [...]]]></description>
			<content:encoded><![CDATA[<p>Little under half a year later and I&#8217;m still here. Things have been rather hectic since my last update. In Copenhagen we conquered more office space and my team moved in there. I made some demos (<a href="http://u3d.as/content/unity-technologies/third-person-mmo-controller/1Wt" target="_top">Third Person MMO Controller</a> and <a href="http://u3d.as/content/unity-technologies/astro-dude/24Y">Astro Dude</a>), went to <a href="http://gameaiconf.com/">a conference</a>, worked on <a href="http://blogs.unity3d.com/2011/06/16/unity-roadmap-2011/">a Unity release</a> and pitched in to realize <a href="http://unity3d.com/unite/">another killer conference</a>.</p>
<p>By the way at that last conference I did a talk titled &#8220;AI in Unity&#8221; &#8211; the goal of which was to try and demystify the concept of AI a bit. I&#8217;ll make some noise when we have the recording of it available.</p>
<p>Oh and I fixed the comments on the blog, so I&#8217;ve just cleared out 300-something spam posts. Anyone got advice on how to avoid this on a WordPress blog? (Read: I&#8217;m too lazy to change blogging system if anyone suggests that). Oh and therefore I enabled the &#8220;must approve comments&#8221; thingy. Not sure if that is going to help anything, but at least it will reduce the noise on your end.</p>
<p>So what is next then? Well I&#8217;ve got a few things I&#8217;d like to release in a Behave point upgrade and then the plan is to move on to 2.0 which will hold some backwards-compatibility breaking changes.</p>
<p>At Unity there&#8217;s a bit more 3.5 stuff to do and some even awesomererer demos on the way. The extra awesomeness has been underway for quite a while, so I&#8217;m very excited to get this out soon.</p>
<p>I very recently started playing around with some RPG mechanics in my spare time (had a day off after Unite and couldn&#8217;t sit still). It&#8217;s so spare time that the plan is to have no additional plans. Let&#8217;s see where that goes.</p>
<p>Ah and I&#8217;ll work with <a href="http://www.blender.org/blenderorg/blender-foundation/">some groovy dudes</a> on getting a <a href="http://copenhagen.startupweekend.org/">3D themed workshop event</a> up and going early next year. I don&#8217;t think it has been announced yet, but it will be awesome &#8211; and full of Unity of-course. That should hit right before <a href="http://nordicgamejam.org/">the other groovy thing</a> I&#8217;m working on again this year with more <a href="http://igda.dk/">awesome dudes and dudettes</a>. Fun times!</p>
<p>What else? Oh yea. With my low bandwidth for updates, I&#8217;ve turned increasingly more to <a href="http://twitter.com/#!/angryant">twitter</a> and the <a href="https://gist.github.com/AngryAnt">gist</a> feature of <a href="https://github.com/AngryAnt">github</a>. Hopefully I will have the time to do some good reads in the Tips and Tricks section soon, but the gist setup is just so very quick.</p>
<p>I probably forgot a ton of stuff, but hopefully this was a good reboot of this blog thing. Let&#8217;s see what happens. Maybe I could start blogging about that RPG thing if it accidentally turns interesting. We&#8217;ll see.</p>
<p>Have fun!</p>
<div id="tweetbutton757" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fso-ive-been-a-bit-busy-lately%2F&amp;text=So%20I%26%238217%3Bve%20been%20a%20bit%20busy%20lately&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fso-ive-been-a-bit-busy-lately%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/so-ive-been-a-bit-busy-lately/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Behave 1.3 released</title>
		<link>http://eej.dk/angryant/general/behave/behave-1-3-released/</link>
		<comments>http://eej.dk/angryant/general/behave/behave-1-3-released/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 11:50:06 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[Behave]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=750</guid>
		<description><![CDATA[After quite a long break (including shifting around at utech, doing a Path release etc.), Behave is finally getting another update! This release is primarily a bugfix and editor polish release. One thing I&#8217;d like to highlight though is the addition of agent blueprints. From the changelog: &#8211; Added agent blueprints &#8211; connecting to agent [...]]]></description>
			<content:encoded><![CDATA[<p>After quite a long break (including shifting around at utech, doing a Path release etc.), Behave is finally getting another update!</p>
<p>This release is primarily a bugfix and editor polish release. One thing I&#8217;d like to highlight though is the addition of agent blueprints. From the changelog:</p>
<blockquote><p> &#8211; Added agent blueprints &#8211; connecting to agent handlers through virtual methods rather than reflected handlers.</p></blockquote>
<p>Generally this enables you to more explicitly tie up handlers and cuts down on tree initialization time. Oh and of-course you gain auto-completion when setting up your handlers.</p>
<p>Anyway, here&#8217;s the whole changelog:</p>
<pre>1.3:
 - Fixed priority selector init flag resetting.
 - Fixed reference handling on tree renaming and deletion.
 - Fixed references still pointing at old collection post collection duplication.
 - Fixed compilation of actions and decorators with non-integral float parameters.
 - Fixed GUI list behaviours.
 - Fixed passing context back and forth between referenced trees and referrer.
 - Fixed reordering connections not causing save state to be set.
 - Various GUI tweaks.
 - Runtime optimisations.
 - Enabled scrolling of the tree list in the debugger window.
 - Exposed Tree.ReflectForwards.
 - Added Tree.ResetForwards.
 - Added agent blueprints - connecting to agent handlers through virtual methods rather than reflected handlers.
 - Made connections selectable in the tree editor via the connection nub.
 - Moved connection managing from the inspector to the tree editor, where it is more visible and handy.
 - Added support for disabling connections - for faster, less destructive debugging.
 - Double-click reference component to jump to referenced tree.
 - Changed "Cannot update unregistered tree" handling from an exception to an error message. Still need more info.
 - Now showing string and float parameters in the tree editor if either is set.</pre>
<p>You&#8217;ll find a link to the package in the <a href="http://angryant.com/behave/downloads" target="_parent">download</a> section. Have fun!</p>
<p><a href="http://forum.unity3d.com/threads/61849-AI-Behaviour-trees-in-Unity-Behave-1.1-released" target="_blank">Unity forum thread</a>.</p>
<div id="tweetbutton750" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fbehave%2Fbehave-1-3-released%2F&amp;text=Behave%201.3%20released&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fbehave%2Fbehave-1-3-released%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/behave/behave-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IGDA Unity SIG slides</title>
		<link>http://eej.dk/angryant/general/igda-unity-sig-slides/</link>
		<comments>http://eej.dk/angryant/general/igda-unity-sig-slides/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 08:31:00 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=743</guid>
		<description><![CDATA[OHAI! Sorry about the delay &#8211; things have been a bit hectic around here. Per request, I&#8217;m making available exports of three of my slideshows from the recent IGDA Unity SIGs. I hope you&#8217;ll find them useful: AI in Unity Network Unity GUI Tweet]]></description>
			<content:encoded><![CDATA[<p>OHAI! Sorry about the delay &#8211; things have been a bit hectic around here. Per request, I&#8217;m making available exports of three of my slideshows from the recent IGDA Unity SIGs. I hope you&#8217;ll find them useful:</p>
<ul>
<li><a href="http://eej.dk/angryant/wp-content/uploads/2011/04/AI%20in%20Unity.pdf" target="_parent">AI in Unity</a></li>
<li><a href="http://eej.dk/angryant/wp-content/uploads/2011/04/Network.pdf" target="_parent">Network</a></li>
<li><a href="http://eej.dk/angryant/wp-content/uploads/2011/04/Unity%20GUI.pdf" target="_parent">Unity GUI</a></li>
</ul>
<div id="tweetbutton743" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Figda-unity-sig-slides%2F&amp;text=IGDA%20Unity%20SIG%20slides&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Figda-unity-sig-slides%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/igda-unity-sig-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Second Unity IGDA SIG this evening: Scene construction and AI</title>
		<link>http://eej.dk/angryant/general/second-unity-igda-sig-this-evening-scene-construction-and-ai/</link>
		<comments>http://eej.dk/angryant/general/second-unity-igda-sig-this-evening-scene-construction-and-ai/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:05:39 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=740</guid>
		<description><![CDATA[OHAI A week has passed and the second of six Unity specific IGDA SIGs is upon us. Like last time, the event will take place at the IT University, Copenhagen, Denmark at 1800. We will meet in the reception and from there move to the auditorium. The originally planned physics bit of todays SIG has [...]]]></description>
			<content:encoded><![CDATA[<p>OHAI</p>
<p>A week has passed and the second of six Unity specific IGDA SIGs is upon us. Like last time, the event will take place at the IT University, Copenhagen, Denmark at 1800.</p>
<p>We will meet in the reception and from there move to the auditorium. The originally planned physics bit of todays SIG has been rescheduled to next thursday, where Jonas Echterhoff will be in town and give the talk. Jonas is the man with the plan of the PhysX integration in Unity, so added awesomenessness!</p>
<p>This means that today Joe Robins will be talking about scene construction and I will be covering AI in Unity.</p>
<p>For this thursday we should be lucky and get even more Unity Tech people to participate in the discussion bit of the SIG. And remember afterwards we&#8217;re doing the bar meet and given it&#8217;s Saint Patricks, we&#8217;re likely to be a good group of people moving from bar to bar.</p>
<p>The original IGDA post w. schedule:<br />
<a href="http://igda.dk/2011/02/01/unity-sig-unity-special-interest-group-launch/">http://igda.dk/2011/02/01/unity-sig-unity-special-interest-group-launch/</a></p>
<p>IGDA post on the rescheduling of the physics talk:<br />
<a href="http://igda.dk/2011/03/16/unity-sig-update-on-the-meeting-thursday-173/">http://igda.dk/2011/03/16/unity-sig-update-on-the-meeting-thursday-173/</a></p>
<div id="tweetbutton740" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fsecond-unity-igda-sig-this-evening-scene-construction-and-ai%2F&amp;text=Second%20Unity%20IGDA%20SIG%20this%20evening%3A%20Scene%20construction%20and%20AI&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fsecond-unity-igda-sig-this-evening-scene-construction-and-ai%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/second-unity-igda-sig-this-evening-scene-construction-and-ai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First IGDA Unity SIG this evening</title>
		<link>http://eej.dk/angryant/general/first-igda-unity-sig-this-evening/</link>
		<comments>http://eej.dk/angryant/general/first-igda-unity-sig-this-evening/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:04:02 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=736</guid>
		<description><![CDATA[Quick announcement for anyone in or around the CPH area: I&#8217;m doing the first of six IGDA Unity SIGs (Special Interest Groups) this evening, with Joe Robins. The event is held at the IT University of Copenhagen and starts at 1800. Anyone can attend (for free) and this first SIG will be a general introduction [...]]]></description>
			<content:encoded><![CDATA[<p>Quick announcement for anyone in or around the CPH area: I&#8217;m doing the first of six IGDA Unity SIGs (Special Interest Groups) this evening, with Joe Robins.</p>
<p>The event is held at the IT University of Copenhagen and starts at 1800. Anyone can attend (for free) and this first SIG will be a general introduction to Unity &#8211; basic principles of the engine, workflow and such. The following five SIGs will dive into various specific areas of Unity.</p>
<p>For more information and the full program, see the IGDA DK blog:<br />
<a href="http://igda.dk/2011/02/01/unity-sig-unity-special-interest-group-launch/" target="_parent">http://igda.dk/2011/02/01/unity-sig-unity-special-interest-group-launch/</a></p>
<div id="tweetbutton736" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Ffirst-igda-unity-sig-this-evening%2F&amp;text=First%20IGDA%20Unity%20SIG%20this%20evening&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Ffirst-igda-unity-sig-this-evening%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/first-igda-unity-sig-this-evening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternative licensing available</title>
		<link>http://eej.dk/angryant/general/alternative-licensing-available/</link>
		<comments>http://eej.dk/angryant/general/alternative-licensing-available/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 12:05:53 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=732</guid>
		<description><![CDATA[After having been poked on the issue for a while now, I&#8217;m finally offering the option of requesting alternative licensing on Path and Behave. Something in the default license which doesn&#8217;t fit your project too well? Let&#8217;s talk about it. Please use the form available on the Licensing page, available from the navigation bar. Tweet]]></description>
			<content:encoded><![CDATA[<p>After having been poked on the issue for a while now, I&#8217;m finally offering the option of requesting alternative licensing on Path and Behave.</p>
<p>Something in the default license which doesn&#8217;t fit your project too well? Let&#8217;s talk about it. Please use the form available on the <a href="http://angryant.com/licensing" target="_parent">Licensing</a> page, available from the navigation bar.</p>
<div id="tweetbutton732" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Falternative-licensing-available%2F&amp;text=Alternative%20licensing%20available&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Falternative-licensing-available%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/alternative-licensing-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pathfinding in two lines</title>
		<link>http://eej.dk/angryant/general/path/pathfinding-in-two-line/</link>
		<comments>http://eej.dk/angryant/general/path/pathfinding-in-two-line/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 09:22:56 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[Path]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=702</guid>
		<description><![CDATA[I just updated the Path documentation with a short tutorial describing the simplest possible interface between your code and the Path runtime: &#8220;Pathfinding in two lines&#8221;. Furthermore, I added a link to the previously released introduction video to Path 2.0b1. While I will make sure to re-record it with the released build, 99% of the [...]]]></description>
			<content:encoded><![CDATA[<p>I just updated the <a href="http://angryant.com/path/documentation" target="_parent">Path documentation</a> with a short tutorial describing the simplest possible interface between your code and the Path runtime: &#8220;Pathfinding in two lines&#8221;.</p>
<p>Furthermore, I added a link to the previously released introduction video to Path 2.0b1. While I will make sure to re-record it with the released build, 99% of the stuff in that video still applies.</p>
<div id="tweetbutton702" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fpath%2Fpathfinding-in-two-line%2F&amp;text=Pathfinding%20in%20two%20lines&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fpath%2Fpathfinding-in-two-line%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/path/pathfinding-in-two-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path 2 released</title>
		<link>http://eej.dk/angryant/general/path/path-2-released/</link>
		<comments>http://eej.dk/angryant/general/path/path-2-released/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 23:19:52 +0000</pubDate>
		<dc:creator>AngryAnt</dc:creator>
				<category><![CDATA[Path]]></category>

		<guid isPermaLink="false">http://eej.dk/angryant/?p=681</guid>
		<description><![CDATA[That&#8217;s right, Path is back in business &#8211; easier to use and more powerful than ever before! Version 2 is now available for download on the Unity asset store. Find a link to it in the downloads section &#8211; along with an example seeker script. Full API documentation is available in the documentation section &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, Path is back in business &#8211; easier to use and more powerful than ever before! Version 2 is now available for download on the Unity asset store. Find a link to it in the <a href="http://angryant.com/path/downloads" target="_parent">downloads</a> section &#8211; along with an example seeker script.</p>
<p>Full API documentation is available in the <a href="http://angryant.com/path/documentation" target="_parent">documentation</a> section &#8211; more documentation is on the way, as is integration between UnitySteer and Path 2.</p>
<p>That&#8217;s it for now. Have fun!</p>
<p><a href="http://forum.unity3d.com/threads/78037-AI-Pathfinding-in-Unity-Path" target="_parent">Unity forum thread</a>.</p>
<div id="tweetbutton681" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fpath%2Fpath-2-released%2F&amp;text=Path%202%20released&amp;related=AngryAnt&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Feej.dk%2Fangryant%2Fgeneral%2Fpath%2Fpath-2-released%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://eej.dk/angryant/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://eej.dk/angryant/general/path/path-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

