playMaker

Author Topic: Control Navmesh Agent component [SOLVED]  (Read 1151 times)

RICK

  • Playmaker Newbie
  • *
  • Posts: 39
Control Navmesh Agent component [SOLVED]
« on: September 02, 2019, 01:58:56 PM »
Hi,

Currently working on Npc AI. I'm working on Npc climbing obstacles. I need to turn off the navmesh agent component before the npc starts climbing. I've tried set property and enable behavior but I can not get those to work. How can I do this?

Thanks,

Rick
« Last Edit: September 04, 2019, 08:17:46 AM by djaydino »

Athin

  • Full Member
  • ***
  • Posts: 163
Re: Control Navmesh Agent component
« Reply #1 on: September 02, 2019, 08:15:54 PM »
Heya,

Can't remember exactly what the action is called but I'm pretty sure there is an "Activate game object component" that can be used to turn the navmesh on/off when needed.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Control Navmesh Agent component
« Reply #2 on: September 03, 2019, 06:12:08 AM »
Hi.
You can find "activate component" on the Ecosystem

Nateprinceaudio

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Control Navmesh Agent component [SOLVED]
« Reply #3 on: January 07, 2022, 06:41:30 PM »
I know its an old post but i was still having trouble so i made a custom action just for navmesh agents to activate and deactivate with a reset on exit Bool. Hope it helps
 :)