Reset camera position

Okay so I just changed it to animate the whole target as a Vector3 instead of animating each of the target’s properties separately and that helped. This way the target’s setter calls setTarget, rather than just changing the x, y, z values of the target. :slight_smile:

2 Likes