Author Archives: Aron Granberg

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

Version 3.0 sneak-peak

Hi Just wanted to post a video I made showing some of the new features of the A* Pathfinding Project 3.0. It shows some different graph generators as well as the funnel modifier and the simple smooth modifier.

Posted in Uncategorized | 2 Comments

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | Leave a 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

Updating the website theme…

Hi Right now I’m updating the website theme, so don’t worry if some pages might look weird.

Posted in General | Leave a comment

ACME – The Game, demo online

Hi Now I have a demo of my latest game “ACME” (will change to a better name when I come up with one) online. The story, which is also under construction, goes like this: The Evil Guy is trying to … Continue reading

Posted in Unity | Tagged | Leave a comment