Category Archives: Unity

Comments Cleared

You may have noticed that there are much fewer comments on the pages now. That’s because the very high number of comments on some pages caused them to slow down the site, sometimes it was really a pain opening some … Continue reading

Posted in Unity | Leave a comment

A* Pathfinding Project 3.0.8

Merry Christmas everyone! And as a christmas present, you can now download an updated version of the A* Pathfinding Project. Version 3.0.8! The major feature for this version is the beta of the Local Avoidance which I have been working … Continue reading

Posted in Unity | 1 Comment

Forums for the A* Pathfinding Project!

After getting through the simple installation of the bbPress plugin for wordpress, and the tedious process of finding out how to install plugins (as this seems to be different for different versions of bbPress). I have now got forums working … Continue reading

Posted in Unity | 1 Comment

Local Avoidance pt.2

I have been able to improve the local avoidance by some. I have changed how the limit (the part which is cut off from the VO cone) is calculated, and changed a bit in where the samples are put. I … Continue reading

Posted in Unity | 2 Comments

Local Avoidance

I have been trying to get some local avoidance working. It’s such a crucial part of AI movement and very close to pathfinding. So after reading quite a lot of papers about it I started coding my own attempt at … Continue reading

Posted in Unity | Leave a comment

A* Pathfinding Project 3.0 is Released!

So finally I have released version 3.0 of the A* Pathfinding Project. This version is a rewrite of everything. The user interface is completely new and it seems to be a tiny bit faster too, especially when counting with that … Continue reading

Posted in Unity | Leave a comment

Version 3.0 Sent to the Asset Store

Version 3.0 of the A* Pathfinding Project has now been sent to the Unity Asset Store for validation. Hopefully they will accept it.

Posted in Unity | 1 Comment

Version 3.0 Update

Hi everyone. Version 3.0 release date is nearing. So I thought I should share some news: New features I have implemented since the last video. Path pooling (reduces memory allocations) Max slope and max climb settings for grid graph More … Continue reading

Posted in Unity | 1 Comment

Small update for the pathfinding project – V2.94

A small update is available for the A* Pathfinding Project. 2.94 adresses a small issue which made it incompatible with Unity 3.2, but now it is compatible again! Download

Posted in Unity | Leave a comment

A* Pathfinding Project v2.5 is released!!

Hi everyone. This release has been delayed for quite a long time, but now it is finally released for everyone to download! I have added a lot of things in this update, the thing many have been waiting for is … Continue reading

Posted in Unity | Tagged | Leave a comment