Animating the Dash Offset parameter on a Line
Hi!
I want to animate the Dash Offset property on the Line:
To make this sort of effect:
But I can't find it in the Animation parameters.
Is this something that's possible to do? Thank you!
Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
this is unfortunately not possible due to limitations of the Unity animator (it can't animate fields of a struct), you'll have to animate it manually by setting the dash offset value in code I'm afraid