Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPC townsfolk passes through bard hare. #484

Open
Haxsen opened this issue Aug 4, 2021 · 1 comment
Open

NPC townsfolk passes through bard hare. #484

Haxsen opened this issue Aug 4, 2021 · 1 comment
Labels
bug (minor) The game could potentially ship with this bug

Comments

@Haxsen
Copy link

Haxsen commented Aug 4, 2021

(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:

  1. Open the 'TestingGround' scene.
  2. Click on 'Play' button to enter Playmode.
  3. Take your player character near bard hare and wait until the walking NPC (townsfolk) goes through.
  4. The NPC goes through bard hare.
    Unity_62n1BmqmtP
    Unity_3n6w9hxVJs

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.
@ciro-unity
Copy link
Contributor

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.

@ciro-unity ciro-unity added the bug (minor) The game could potentially ship with this bug label Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug (minor) The game could potentially ship with this bug
Projects
None yet
Development

No branches or pull requests

2 participants