<?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 on: A* Project with Unity iPhone</title>
	<atom:link href="http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arongranberg.com</link>
	<description>Updating the website theme...</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:43:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: fashion sketches</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-878</link>
		<dc:creator>fashion sketches</dc:creator>
		<pubDate>Fri, 02 Jul 2010 04:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-878</guid>
		<description>your idea helped me in clearing my questions.... thanks</description>
		<content:encoded><![CDATA[<p>your idea helped me in clearing my questions&#8230;. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Car Radio Wire</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-755</link>
		<dc:creator>Car Radio Wire</dc:creator>
		<pubDate>Mon, 14 Jun 2010 13:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-755</guid>
		<description>Impressive place of duty – I&#039;ve been struggling with this on behalf of roughly era and it’s impressive to go with this in a row.</description>
		<content:encoded><![CDATA[<p>Impressive place of duty – I&#8217;ve been struggling with this on behalf of roughly era and it’s impressive to go with this in a row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-519</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sat, 17 Apr 2010 10:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-519</guid>
		<description>Hi Mindscrye

1. In the standard assets a script (DragRigidbody.js) doesn&#039;t work very well on Unity iPhone, you have to delete that script (or change it to work) to get rid of that error, the script isn&#039;t needed, it&#039;s just a part of the standard assets.

2. The Terrain splat 0-3 are null error probably comes from that the terrain engine isn&#039;t supported on the iPhone, so any scenes using a terrain isn&#039;t going to work.

3. You don&#039;t really have to care about the &quot;Texture size is not a of power two&quot; warnings, the textures they are referring to doesn&#039;t use the width/height values which are power of two (i.e 2 4 8 16 32 64 128 256 512 1024 etc etc), these textures will use a bit more memory than power of two textures.

4. There are probably .blend files in the project folder, I think I put one or two there. Unity will try to convert .blend files to .fbx files on import using blenders built-in fbx exporter, if blender is not installed on your computer, unity can&#039;t import the files. However I don&#039;t think I used .blend files for anything in the scenes, I just put them there as the originals and used .fbx in the scenes, but I am not 100% sure.

5. You have to select the &quot;A*&quot; (or &quot;Static&quot;) gameObject in the scene the first time you open a scene to make the initial scan, you might have to press &quot;Scan Map&quot; in the context menu too.
After you have done that you should see the white bounding box.

Since you are new to Unity you can&#039;t know everything, I overlooked that user could have some of these problems since they seem obvious to me who have used Unity for a couple of years, but of course I should have though of it.
I will add this to the page.

Hope this will help you,
Aron</description>
		<content:encoded><![CDATA[<p>Hi Mindscrye</p>
<p>1. In the standard assets a script (DragRigidbody.js) doesn&#8217;t work very well on Unity iPhone, you have to delete that script (or change it to work) to get rid of that error, the script isn&#8217;t needed, it&#8217;s just a part of the standard assets.</p>
<p>2. The Terrain splat 0-3 are null error probably comes from that the terrain engine isn&#8217;t supported on the iPhone, so any scenes using a terrain isn&#8217;t going to work.</p>
<p>3. You don&#8217;t really have to care about the &#8220;Texture size is not a of power two&#8221; warnings, the textures they are referring to doesn&#8217;t use the width/height values which are power of two (i.e 2 4 8 16 32 64 128 256 512 1024 etc etc), these textures will use a bit more memory than power of two textures.</p>
<p>4. There are probably .blend files in the project folder, I think I put one or two there. Unity will try to convert .blend files to .fbx files on import using blenders built-in fbx exporter, if blender is not installed on your computer, unity can&#8217;t import the files. However I don&#8217;t think I used .blend files for anything in the scenes, I just put them there as the originals and used .fbx in the scenes, but I am not 100% sure.</p>
<p>5. You have to select the &#8220;A*&#8221; (or &#8220;Static&#8221;) gameObject in the scene the first time you open a scene to make the initial scan, you might have to press &#8220;Scan Map&#8221; in the context menu too.<br />
After you have done that you should see the white bounding box.</p>
<p>Since you are new to Unity you can&#8217;t know everything, I overlooked that user could have some of these problems since they seem obvious to me who have used Unity for a couple of years, but of course I should have though of it.<br />
I will add this to the page.</p>
<p>Hope this will help you,<br />
Aron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mindscrye</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-518</link>
		<dc:creator>Mindscrye</dc:creator>
		<pubDate>Fri, 16 Apr 2010 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-518</guid>
		<description>Hello!

I was wondering if you might have a suggestion as to what I might be doing wrong.  I downloaded AstarPathfinding 2.5 and ran it in Unity as per your instructions.  The Terrain scene runs exactly as expected.  Very cool.  

Having said that, when I try to run the same thing in Unity iPhone (except for being in Unity iPhone and having deleted the editor script) I get a series of errors.  I get a BCE0019:&quot;isKinematic&quot; is not a member of &quot;UnityEngine.Component&quot; error followed by a series of errors stating that Terrain splat 0-3 are null, then a series of warnings about Texture size is not a of power two. The error list finishes off with a pair of errors stating that Blender could not be found.  In the Scene edit window, I do not see any grid, textures (except on the palm trees and crates) or terrain of any kind.  The white box surrounding the scene is also missing.  Terrain is listed in the Hierarchy window but when highlighted and focused on in the scene window only the handle shows (no mesh or terrain of any kind).  Since I don&#039;t see anyone else complaining about this sort of behavior I have to assume that I am unwittingly doing something  wrong here.  

I am planning on using your pathfinding routines in a commercial game once I figure out how to use them.  Any help that you or others might offer is greatly appreciated.  Thank you in advance!  

P.S. Yes, I am new to Unity so I may be doing something everyone else knows to avoid (although, as I said it runs fine in straight Unity).</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I was wondering if you might have a suggestion as to what I might be doing wrong.  I downloaded AstarPathfinding 2.5 and ran it in Unity as per your instructions.  The Terrain scene runs exactly as expected.  Very cool.  </p>
<p>Having said that, when I try to run the same thing in Unity iPhone (except for being in Unity iPhone and having deleted the editor script) I get a series of errors.  I get a BCE0019:&#8221;isKinematic&#8221; is not a member of &#8220;UnityEngine.Component&#8221; error followed by a series of errors stating that Terrain splat 0-3 are null, then a series of warnings about Texture size is not a of power two. The error list finishes off with a pair of errors stating that Blender could not be found.  In the Scene edit window, I do not see any grid, textures (except on the palm trees and crates) or terrain of any kind.  The white box surrounding the scene is also missing.  Terrain is listed in the Hierarchy window but when highlighted and focused on in the scene window only the handle shows (no mesh or terrain of any kind).  Since I don&#8217;t see anyone else complaining about this sort of behavior I have to assume that I am unwittingly doing something  wrong here.  </p>
<p>I am planning on using your pathfinding routines in a commercial game once I figure out how to use them.  Any help that you or others might offer is greatly appreciated.  Thank you in advance!  </p>
<p>P.S. Yes, I am new to Unity so I may be doing something everyone else knows to avoid (although, as I said it runs fine in straight Unity).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-504</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-504</guid>
		<description>Good!

Hmm, I though I had fixed that... Apparently not, only in my development version,  but they won&#039;t cause any problems, they are just a bit annoying.</description>
		<content:encoded><![CDATA[<p>Good!</p>
<p>Hmm, I though I had fixed that&#8230; Apparently not, only in my development version,  but they won&#8217;t cause any problems, they are just a bit annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuxiuxiang</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-503</link>
		<dc:creator>chuxiuxiang</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-503</guid>
		<description>Thank you, above this issue has been resolved. But then the two warning prompts do not know, will they affect？

Couldn&#039;t load the script &quot;AstarClasses&quot; because its file name doesn&#039;t match the class name.
Please make sure the file name of the script is the same as the class defined inside it.

Couldn&#039;t load the script &quot;AstarMath&quot; because its file name doesn&#039;t match the class name.
Please make sure the file name of the script is the same as the class defined inside it.</description>
		<content:encoded><![CDATA[<p>Thank you, above this issue has been resolved. But then the two warning prompts do not know, will they affect？</p>
<p>Couldn&#8217;t load the script &#8220;AstarClasses&#8221; because its file name doesn&#8217;t match the class name.<br />
Please make sure the file name of the script is the same as the class defined inside it.</p>
<p>Couldn&#8217;t load the script &#8220;AstarMath&#8221; because its file name doesn&#8217;t match the class name.<br />
Please make sure the file name of the script is the same as the class defined inside it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-502</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-502</guid>
		<description>Hi

On the top of this page, it says that you have to remove AstarPathEditor.cs from the project, otherwise it won&#039;t work in UnityIphone.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>On the top of this page, it says that you have to remove AstarPathEditor.cs from the project, otherwise it won&#8217;t work in UnityIphone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuxiuxiang</title>
		<link>http://www.arongranberg.com/unity/a-pathfinding/docs/unity-iphone/comment-page-1/#comment-501</link>
		<dc:creator>chuxiuxiang</dc:creator>
		<pubDate>Fri, 09 Apr 2010 07:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.arongranberg.com/?page_id=563#comment-501</guid>
		<description>unity iphone 1.7 error
Assets/Editor/AstarPathEditor.cs(309,30): error CS0115: `AstarPathEditor.OnInspectorGUI()&#039; is marked as an override but no suitable method found to override</description>
		<content:encoded><![CDATA[<p>unity iphone 1.7 error<br />
Assets/Editor/AstarPathEditor.cs(309,30): error CS0115: `AstarPathEditor.OnInspectorGUI()&#8217; is marked as an override but no suitable method found to override</p>
]]></content:encoded>
	</item>
</channel>
</rss>
