Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: frankcefalu on October 15, 2013, 06:55:29 PM
-
Hey Guys,
This is my question. Because this a rather large scale thing I am trying to do. Is there any way for me to target a group of models to do the same action? Trying to get a army moving in one direction.
What is the best way to handle this with Playmaker?
-
What pathfinding solution are you using? Does it offer any crowd management options?
You can send an event to a bunch of objects in an array.
-
I wasn't using one. Figured I'd just use iTween? Are you saying to make the group of units into an array, and apply a path finding tool like A* Pathfinding to have Playmaker direct each one?