1
DOTween & DOTween Pro / Re: Tween caching issue
« on: August 11, 2015, 03:50:28 PM »Hi, and sorry for the late reply (the notification system broke),
To use visual tweens with a polling system, add a manager to your gameObject (by using the "Add Manager" button on one of the DOTweenAnimations attached to it), and select the "Pooling System" preset. That will un-cache the starting position each time your gameObject comes back from a disabled state.
Thank you very much, Daniele. That did the trick.