Home > Back-end >  Make a 2D Object Fly with trace from 0,0 axis to current x & y position of object
Make a 2D Object Fly with trace from 0,0 axis to current x & y position of object

Time:12-02

I am new to unity 3D

I am starting a game assignment for learning purpose. I have some doubts which I couldn't find on the internet may be because I was searching wrong.

Please see the images for reference Object moving on X axis with leaving traces on X axis Object moving on X axis with leaving traces on X axis

I am able to fly the object in one direction easily, I don't know how should I draw the traces here as in the image, once the object leaves the ground.

Please suggest what can be done to achieve the required animation.

I tried adding Trace component, but it is not drawing the exact result as in the image.

CodePudding user response:

Try to use Trail component and play with it's settings

  • Related