Ellipse Animation 3d with c#

Hi guys, I really need your help, I am trying to make this 3D animation by code,

I have tried with transform, translate, vector3, quaternion and nothing works I’m really lost, this is what I have now

but I do not know how to make the line follow the ball green without moving from the blue point. I guess i need to work with the scale to, but I´m kind of knew so I dont know what can works. I will be very grateful for your help

That’s not the sort of thing Unity is really good at. It’d be pretty easy in Mini Micro (PM me if you want to try that), or with a plugin like Vectrosity or Pixel Surface, but with stock Unity it’s going to be pretty complicated. Your best bet would probably be to use a LineRenderer to draw the lines, and possibly the ellipse too.

Hi, Thanks for your suggestion, I try with LineRenderer and it works, thanks for your time, have a nice day!!
https://www.youtube.com/watch?v=is_93FB3wsA

1 Like

Hi, Thanks for your suggestion, I try with LineRenderer and it works, thanks for your time, have a nice day!!
https://www.youtube.com/watch?v=is_93FB3wsA