Hello!
I am working on my crossplatform game and I need my game to support PC, mobile and Web platforms. And I know, that Visual Effects made with VFX Graph require device which support Compute Shaders, because VFX Graph works with GPU. Because of it these Visual Effects might not work on mobile devices and WebGL.
I know, that Shader Graph and VFX Graph are different things. But I have concerns about it. And I want to figure out: Can I use Shader Graph for my shaders or not? If I make a shader with Shader Graph, will it work on any devices (Windows, Android, iOS, etc.)?
Thanks for your help in advance!