inworld-ai / inworld-unity-full

Unity SDK for Inworld.ai. Create more realistic and believable worlds with characters powered by artificial intelligence.
https://docs.inworld.ai/docs/tutorial-integrations/Unity/
Other
63 stars 17 forks source link

Sight Angle Fix #165

Closed mattkwilson closed 8 months ago

mattkwilson commented 9 months ago

SightAngle now uses the character's head Transform to calculate the angle and factors in the current distance to the player into the Priority calculation.

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

mattkwilson commented 8 months ago

InworldBodyAnimation also uses the characters base transform instead of its head to calculate the LookAt weight.