Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: HKSpadez on May 08, 2013, 02:34:22 PM

Title: Moba / dungeon crawler help
Post by: HKSpadez on May 08, 2013, 02:34:22 PM
Hey guys, I'm somewhat new to unity3d and playmaker and I am currently working on a basic MOBA/Dungeon crawler engine.

I am having a bit of trouble getting R click to move work with pathfinding and I was wondering if anyone could point me in the right direction.

I've been trying to get A* working with playmaker and wasnt sure what the best way to do this was.

I was thinking of calling the seeker class functions using send message from the fsm? but i wasnt sure if there was already a better method existing.

If anyone could pt me in the right directions for some tutorials or documentation, would be much apperciated. thanks! :D
Title: Re: Moba / dungeon crawler help
Post by: jeanfabre on May 09, 2013, 03:30:46 AM
Hi,

 have you studied the A* examples already? It's important to first read the doc of A* framework, then using the actions will be simply applying what you learned there.

bye,

 Jean