rwth-acis / Virtual-Agents-Prototype

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

Implement input-based movement for the proxy object #14

Closed danielbekhter closed 3 years ago

danielbekhter commented 3 years ago

Implemented this using the Move method of the CharacterController component.

danielbekhter commented 3 years ago

Added gravity. Created steps in the scene to test the proxy object's movement.

danielbekhter commented 3 years ago

Added rotation of the proxy object.

danielbekhter commented 3 years ago

Added rotation smoothing using Mathf.SmoothDampAngle.