Moving platforms for Dotween

EVG

Member
Good afternoon, I use Dotween to move some objects and I want to use them as a moving platform, but it does not work properly, everything is shaking. I read in the documentation that moving platforms can be used either through the Moving Platform component or through the Animator Update component for animation. What to do with Dotween?
 
It has been awhile since I last looked at DoTween but you should be able to do something similar to:

 
Good afternoon, I use Dotween to move some objects and I want to use them as a moving platform, but it does not work properly, everything is shaking. I read in the documentation that moving platforms can be used either through the Moving Platform component or through the Animator Update component for animation. What to do with Dotween?
Hi, If you were able to solve the issue, do you mind sharing how you did it?
I am having the exact same problem and couldn't find the solution anywhere.
 
Hi, If you were able to solve the issue, do you mind sharing how you did it?
I am having the exact same problem and couldn't find the solution anywhere.
Try adding a Kinematic Object component to your moving platform. And change the update type of DOTween to Fixed Update.
 
Top