Demigiant / dotween

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

Tween Path - Local Position not working #645

Open wrymn opened 11 months ago

wrymn commented 11 months ago

When using DoTweenPath component and enabling "Local Movement", it always moves relative to world position, not local position:

image image image

So my object always ends up at world 0,0, instead under parent, where parent was spawned e.g. at 100,100

wrymn commented 7 months ago

Any updates here? :) This seems like a crucial functionality that is missing.