An archive of past version defects.
If there is a recurrence, please report it to the Bug Report Forum.
Contents
Arbor 3.8.7
When the Tween type is Once, it returns to the initial value if it does not transition after the passage of time.
Status: Fixing
Reproduction method
- Open Assets/Plugins/Arbor/Examples/03(EventSystems)/Scenes/Example 3(EventSystems) Scene
- Start playing
- Tween does not work properly when clicking or mouse over each Cube
Temporary remedy
- Open Assets/Plugins/Arbor/BuiltInBehaviours/Scripts/Behaviors/Tween/TweenBase.cs.
- Delete the following code on line 353.
_Timer.Stop();