Greetings,
maybe someone can help me,
i am writing atm on a custom plugin, and trying right now to move a RidableHorse to a different Vector3 position.
Well, ofc there would be the option to use Lerp to move the entity itself....but that would look dumb.
I tried to use the navmesh, but as i encountered, ridable horses do not have any AnimalBrain component,
and i assume they dont really use the navmesh?
Somebody any idea?