Unity: Easy Shader Property Access
There is a wide range of shaders for visual effects in games. Since the release of Shader Graph, the creation of shaders has become more accessible for non-programmers. This has raised the question: how do you set shader variables if you can’t code? Whenever you want to set/get a shader variable you should do … Read more