This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
Transform subscription does not update the property being animated #716
Labels
V2
To be included in version 2
While animating the local position of an actor, a transform subscription only updates the app position.
When animating the app position, the subscription only updates the local position.
This quick repro does a animation of the local X position to 1, followed by an animation of the app X position to 2.
The logging reveals divergent values for app and local position, and indicates that only the non-animating value is being updated.
The text was updated successfully, but these errors were encountered: