How to use?

SETUP:

  1. Install the "Glitch Shaders" package.

  2. Copy the shader graph of your mesh/skeletal mesh.

  3. In the shader graph, insert one of the subgraphs from the "Shader Graphs/Subgraph" folder.

  4. Create and connect all the parameters.

To create nodes that are in the "Gradient" group and "line axis" property, click the "+" button, select "Keyword," and then choose "Enum."
  1. Connect the first output from the shader graph labeled ".... Glitch" to the vertex position.

  2. If your shader uses emission, add an "Add" node, then connect the "emission" output from the subgraph to the emission input of your shader, and also connect it to the emission in the shader. If you don't use emission, simply connect the "emission" from the subgraph to the emission in the shader graph.

  3. Create a material from the shader graph.

  4. Adjust the material according to your preferences. 9.Apply the material to your mesh.

Last updated