09-15-2022, 08:39 AM
Hi,
is it possible to add an easing (like in DOTween) to a SplineController?
Thank you
is it possible to add an easing (like in DOTween) to a SplineController?
Thank you
Easing DOTween
|
09-15-2022, 08:39 AM
Hi,
is it possible to add an easing (like in DOTween) to a SplineController? Thank you
09-17-2022, 12:34 PM
Hi
The SplineController, as long as it is enabled, will override the position of the transform. So if you update the position using some other script, one of the updates will be overriden. There is in the API a SplineController.Switch method, to interpolate linearly between two splines. Is this what you are trying to do?
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you. |
« Next Oldest | Next Newest »
|