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
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
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..