motaigik
(motaigik)
May 16, 2017, 2:00pm
1
Hi, everyone. I am making a A* Pathfinder Blueprint for Grid-based game.
Below are some screenshots.
In the above images, the path are shown by the double circle mark.
In blueprint, I call a function Find Path XY, which input the starting point (x, y) and the goal (x,y).
The function will return a list of (x, y) values so that I can get the path from starting point to the goal.
Does anyone interested in this A* Pathfinder Blueprint?
If yes, will you buy it in marketplace?
Thanks.
sivan
(sivan)
May 16, 2017, 7:11pm
2
There are more grid pathfinders on marketplace for turn based games. And a free sample game by Epic.
icqqq123
(icqqq123)
May 17, 2017, 7:48am
3
May I ask which free sample game by Epic contains grid pathfinders?
Thank you.
sivan
(sivan)
May 17, 2017, 10:29am
4
you can find it in Launcher / Learn / Gameplay Concepts : Turn Based Strategy
icqqq123
(icqqq123)
May 18, 2017, 7:34am
5
Thank you. I have found that the link about the sample game in UE4 doc is broken. (Samples and Tutorials for Unreal Engine | Unreal Engine 5.3 Documentation )
Do you know where can I find the tutorial?
sivan
(sivan)
May 18, 2017, 9:28am
6
yeah I found that too… it was a training stream, so must be available on youtube or maybe on twitch too.
chismer
(chismer)
September 23, 2019, 6:21pm
7
Well, I would be interested to see how you have implemented it.