Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Question Orbital motion

Discussion in 'Visual Effect Graph' started by toonstruck, May 2, 2023.

  1. toonstruck

    toonstruck

    Joined:
    Oct 19, 2022
    Posts:
    18
    how to repeat this effect in wfh graph?
     
  2. Qriva

    Qriva

    Joined:
    Jun 30, 2019
    Posts:
    1,334
    If you want to spawn trails from orbiting particles then Rotate 3D.
    In case you wanted to spawn trails only, you can also use sequential circle or custom sin/cos. Below you can find 3 ways to spawn "orbiting" particles:
    upload_2023-5-3_3-47-7.png

    However there is one note, I think this can spawn more than one particle per update, so you would need to implement some custom interpolation - for this reason the most easy way is sequential circle as you get this for free.

    GIF 03.05.2023 03-53-25.gif
     
    XieJiJun, Marie_G and Vita- like this.