open-project-1
open-project-1 copied to clipboard
NPC townsfolk passes through bard hare.
(Hey!) I am new to the community. Learning the project and then will contribute to it!
Short description Walking NPC townsfolk passes through bard hare without colliding.
Expected behaviour
- NPC townsfolk should avoid moving in direction of bard hare.
- NPC townsfolk should collide with bard hare and/or change it's movement direction.
To Reproduce Steps to reproduce the behavior:
- Open the 'TestingGround' scene.
- Click on 'Play' button to enter Playmode.
- Take your player character near bard hare and wait until the walking NPC (townsfolk) goes through.
- The NPC goes through bard hare.

Notes
- Tested the NPC against other talking NPCs (townsfolk). The walking NPC changes direction and is collidable with the other townsfolk.
- The problem is probably with bard hare.
Thanks for reporting it! Although this is happening in the test scene, and things in there change a lot all the time :)
It seems though that to fix it, one would just need to bake the navmesh again. Seems like the Bard Hare is not part of it, so the Townsfolk pathfinds through it.