Known Issues(3.8.7)


An archive of past version defects.

If there is a recurrence, please report it to the Bug Report Forum.

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

  1. Open Assets/Plugins/Arbor/Examples/03(EventSystems)/Scenes/Example 3(EventSystems) Scene
  2. Start playing
  3. Tween does not work properly when clicking or mouse over each Cube

Temporary remedy

  1. Open Assets/Plugins/Arbor/BuiltInBehaviours/Scripts/Behaviors/Tween/TweenBase.cs.
  2. Delete the following code on line 353.
    _Timer.Stop();