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

Agent follower attaches to Nav agent foot #319

Open
MaxRobinsonTheGreat opened this issue Aug 8, 2019 · 0 comments
Open

Agent follower attaches to Nav agent foot #319

MaxRobinsonTheGreat opened this issue Aug 8, 2019 · 0 comments
Labels

Comments

@MaxRobinsonTheGreat
Copy link
Contributor

Describe the bug
When the agent follower attaches to the nav agent, it attaches to its foot instead of its head so it looks weird.

Cause
Usually the agent follower attaches to a socket on the root component of the agent, like the "head" socket on the android. Because the skeletal mesh is reversed (#265) an empty root component had to be added so the nav agent's body could be rotated and it would run in the right direction. Because the root component is empty, the agent follower attaches to the default location rather than the correct socket.

Possible Solution
The best solution I can think of is to simply make an exception for the nav agent in the agent follower, so it can attach to a sub component. This seems like hacky solution, so alternatives should be considered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant