Question) shader for vfx graph(made by shadergraph) don't need a vertex color?

When i connect a vertex color node as usual, it doesnt work in vfx graph (but it works in shurikken particle system).

Do I have to control a color and alpha in shader property? not a vfx graph blocks?

VFX graph doesn’t rely on vertex streams unlike shuriken. So Vertex color doesn’t correspond to particle color. In VFX Graph shader you only need color property and override it in vfx graph

Thanks for reply, It really helps me a lot !! Now I know the reason why vertex color didnt work :smiley: