9
2013
A* PathFinder 2D & 3D
Converted this pathfinder to Unity: “Another faster version of A* (2D+3D) in C#” (by Roy Triesscheijn)
That was amazing: 0 errors when dragged those c# files into unity Oo!
Just added those boxes and linerenderer to draw the path.. (main image is 20x20x20 grid with random cubes)
also removed diagonal movement for now..
Webplayer:
http://unitycoder.com/upload/demos/AStarPathFinder3D/ (for some reason the linerenderer is not visible in webplayer..?)
Download source:
aStar3D.unityPackage
Related Posts
10 Comments + Add Comment
Leave a comment
Recent posts
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recent Comments
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by













Nice visualization, that was surely lacking in my tutorial. Glad to see it works so well in Unity.
Thanks! (uploaded the animated version now also)
This is fantastic, when will the source be uploaded?
I’ll try to add it next week..
ps. it got quite “stabbed” on my quick test, so it would be just easier to download the original source and use that 🙂
Source added. (ps. Textures are missing from the package..assing some materials for the boxes and the linerenderer..)
OpenPath: A simple, automatic A* implementation (open source) :
http://forum.unity3d.com/threads/212727-OpenPath-A-simple-automatic-A*-implementation
How would you go about easily making the pathfinding need to be grounded but capable of climbing stairs and going under overhangs
I guess i would try some 3rd party pathfinders, like:
http://forum.unity3d.com/threads/dynamic-ai-project-navigation-released.154639/
(maybe there was some others also with nice features)
I actually purchased that asset, it doesn’t have anything to do with this pathfinding.
The particular application I am trying is here
http://forum.unity3d.com/threads/voxel-pathfinding.276442/
Why would I use that asset and not this?
Feel free to add me on skype (ofrostieo) or chat to me on my teamspeak3 server uk-sf.com
ok, that looks more complex, no idea right now..