Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.33k stars 350 forks source link

Camera Shake Loop #472

Closed Animtree closed 3 years ago

Animtree commented 3 years ago

Hi, I produce a lot of looping GIFs, I'd love to get a version of the camera shake that is random but loops perfectly so I can have nice edits. There's no viable solution available atm apart from hand-animated cameras. Thanks, Richard.

Demigiant commented 3 years ago

Ahoy, if you set the last shake parameter (fadeOut) to FALSE the shake won't lose intensity and will end exactly where it began, making it perfect for looping GIFs

Animtree commented 3 years ago

Is that option only available via code? I'm using the DOTween Animation visual editor [edit: latest version]

Animtree commented 3 years ago

I turned off fadeout globally and I've got the effect I want now 👍