Search Unity

Using an animation with Graphics.DrawMesh?

Discussion in 'Animation' started by DTITR, Jan 7, 2019.

  1. DTITR

    DTITR

    Joined:
    Nov 21, 2017
    Posts:
    4
    I am rendering a mesh with the Graphics.DrawMesh function, and I want to know if its possible to apply an animation to it like I would if using a mesh renderer component. Is this able to be done? Or would I have to go back to mesh renderers?