playMaker

Author Topic: Moba / dungeon crawler help  (Read 2398 times)

HKSpadez

  • Playmaker Newbie
  • *
  • Posts: 1
Moba / dungeon crawler help
« 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Moba / dungeon crawler help
« Reply #1 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