[SOLVED] Can you upload uniforms to the shader itself?

I made a shader, and 2 materials using it.
The shader needs its uniforms to be updated every frame, but its done individually for each material.

The thing is, can you just upload the uniforms once, for all materials using it?

Shader.SetGlobal(thing)

1 Like