Hi
I have both of these working separately but if I try to use rigidbody.addexplosionforce with a NavMeshAgent it has no impact.
How do I get it to work so that when an explosion goes off next to a NavMeshAgent it applies the force to the NavMeshAgent object.
Do I have to remove or stop the agent?
Thanks
Craig