Hello! I've been trying to set up my first NPC following the tutorial here:
and while everything has gone more or less according to plan, I am having a little issue with my Player pushing the NPC around when the Player navs to the NPC's position.
I've tried setting "Freeze when idle?" to true, but that doesn't seem to help
Playing around with the RigidBody2D component directly (for instance setting IsKinematic or setting mass/drag to a really high value) obviously fixes this but I am not sure this is "recommended"?
Comments