So i got a shader playing a flipbook - looks fine in the shadergraph. Now i plugged that shader in my vfx graph output hoping each of my particle would play the flipbook but it seems stuck on a frame and not playing my flipbook no matter what I tried - i would love some cues as to how I can resolve this ?
It should work fine, I just tried locally with your setup. Remember that shaders by default don’t always refresh in edit mode, so you’ll either have to enter play mode, or enable in the scene view the Always Refresh option.
Let us know if you are still experiencing any other issues.
p.s. I think you might be able to get around this by also just exposing a public float in your Shader and in the VFX Graph connecting VFX Graph time to it to use as your shader time.