playMaker

Author Topic: Agent Move To will not move to Game Object unless said game object moves.  (Read 1086 times)

IsolatedPurity

  • Playmaker Newbie
  • *
  • Posts: 24
See title. Is there anyway to address this? I've tried resetting agent destination and everything but can get no result

LeDisciple

  • Playmaker Newbie
  • *
  • Posts: 36
Hi,
I've done that in a previous project. My Agents move freely and do things like they want like a SIM... they walk and stop or go straight to a destination. You need to do a fsm manager inside your agent GO or prefeb with some send/receive global call from objects. I can't tell you how precisely to do it but it's faisable. Your destination objects need to send a call that they are free and agents must receive that call to go to them. Good luck
« Last Edit: August 14, 2022, 02:12:11 PM by LeDisciple »

IsolatedPurity

  • Playmaker Newbie
  • *
  • Posts: 24
Re: Agent Move To will not move to Game Object unless said game object moves.
« Reply #2 on: September 09, 2022, 12:19:32 PM »
I've been playing around with it, but have not been able to get any result. Anyone have any idea?