DOTween
DOTween is an object-oriented animation engine for Unity, available as an open source plugin. For more information, check out the DOTween website.
This guide is for developers who are using DOTween in their Unity projects as DLLs.
Unity Playworks Plugin handles the use of the DOTween DLLs for you automatically. You do not need to take any further action to use DOTween in your playable ad.
DOTween Pro
Source files for DOTween Pro are unfortunately not available and DLLs are currently unsupported. Its likely that DOTween Pro features will fail export because of this limitation.
Find out more about the limitations of Playworks Plugin here.
DOShakeScale
The DOShakeScale function can cause Array out of range
errors in Unity Playworks Plugin if floats are used for the 'duration' & 'vibrato' inputs.
To avoid this issue arising please ensure that 'duration' & 'vibrato' are set to integers.