Hello,
I would like a NPC to stop what he's doing and look at the player when it passes near him.
I tried with an AI package with a condition on the player distance.
It works, but it takes a lot of time to re-evaluate the packages.
During my test I can follow the NPC and even wait near him for like 10 sec before the package runs.
Any idea how I can reduce the packages re-evaluation delay, or make the distance between this NPC and the player triggers my scene ?
Red