Skip to main content
1y ago

Constraint: Rotate to face the target object (like Unity's `transform.LookAt`)

For turrets and stuff.

2 replies
E
E
1y ago

If you only need LookAt, Rive has it! Bone IK system is essentially a LookAt constraint.

1y ago

Oh of course! I didn't think of using it like that. Thanks.