Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question How to do the animation of Arrows and the volumetric color change in the below video?

Discussion in 'General Graphics' started by Ashwin_Deepak, Aug 2, 2023.

  1. Ashwin_Deepak

    Ashwin_Deepak

    Joined:
    May 17, 2022
    Posts:
    24
  2. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,416
    You can simply animate the position or color of individual game objects using animation clips
    https://docs.unity3d.com/Manual/AnimationSection.html

    Depending on what you're doing or which renderer you're using, you may also want try using a particle system or the VFX graph.
     
    Last edited: Aug 2, 2023