Hi!
I am using Transform Tween Tracks on Timeline and noticed that
if you create a single Transform Tween Clip from, for example, Transform Point1 (start) to Transform Point2 (finish), finish point will never be reached.
It is because of Clip weight. At finish point Clip weight is equal 0, so all position changes during last clip frame will be ignored. Is it possible to implement transform movement from Point1 to Point2 exactly?
Tried to trigger end of clip with Playable.GetTime(), Playable.GetPreviousTime(), but they return last values even Timeline time passed them.