I have Tried to preview the Tween Setting inside The Inspector But nothing was Shown #50
-
as Attached Image , I don't know if I missing something or this still did not applied in PrimeTween |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The generic TweenSettings version can only be serialized and tweaked from the Inspector in Unity 2020.1+ and newer. I should probably mention this in the documentation in addition to the XML documentation: What Unity version are you on? If you're using Unity < 2020.1, then only a non-generic TweenSettings version is available for serialization, which doesn't have the |
Beta Was this translation helpful? Give feedback.
The generic TweenSettings version can only be serialized and tweaked from the Inspector in Unity 2020.1+ and newer. I should probably mention this in the documentation in addition to the XML documentation:
Contains 'start' and 'end' values of an animation in addition to TweenSettings. Can be serialized and tweaked from the Inspector in Unity 2020.1+. Use this struct when the 'start' and 'end' values of an animation are known in advance.
What Unity version are you on? If you're using Unity < 2020.1, then only a non-generic TweenSettings version is available for serialization, which doesn't have the
startValue
andendValue
fields.