Replies: 1 comment
-
Hey! The 'startFromCurrent' is not exposed in the Inspector because it would make the 'startValue' redundant. In the vast majority of cases, TweenSettings is used when both start and end values are required for the animation. But when 'startFromCurrent == true' it means 'startValue' should be ignored. I envisioned that TweenSettings should be used together with the It's also possible to set the 'startFromCurrent' from the Debug Inspector which can be enabled by right-clicking the Inspector and switching it to Debug view. But I would still recommend using the WithDirection() instead. I also had an idea of making something like this: add a toggle near the 'startValue'. When the toggle is enabled it would mean that 'startValue' should be used. And when it's disabled it would mean 'startFromCurrent'. |
Beta Was this translation helpful? Give feedback.
-
The startFromCurrent field is not displayed in the inspector, I need it to assign from the inspector so that I know at the config level how the animation will be played
how can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions