rwth-acis / Virtual-Agents-Prototype

A Unity package for creating virtual agents
MIT License
9 stars 5 forks source link

Implement automatic movement from A to B for the proxy object #15

Closed danielbekhter closed 3 years ago

danielbekhter commented 3 years ago

A could be the object's current position. There should be some way to enter B and the proxy object should move to B without user input.

danielbekhter commented 3 years ago

Its speed should be tweakable.

danielbekhter commented 3 years ago

Prepared the scene for navigation by baking a NavMesh for humanoid NavMesh agents, added a NavMesh Agent and created a script for its movement, which uses the SetDestination method.