Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >

Questions tagged [unity-shader-graph]

Unity Shader Graph is a Unity tool that allows users to create shaders using a drag-and-drop graphical interface without writing any code.

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

I am currently working on a transparent shader and noticed that all my works have a jagged dark outline. I guess I've used the wrong settings somewhere, but I've been fiddling around with a couple ...
iQew's user avatar
  • 470
0 votes
1 answer
858 views

How could I make a shader graph that makes spheres that look like on this image? I'm new to shaders and I don't know how to do this. Also, if it's possible I would like a property to change the ...
Tornado 77's user avatar
1 vote
0 answers
77 views

I am using a shader that uses a gradient noise node and time to add a wavy effect to a grid like texture. The issue with doing this is that it causes the lines to be misaligned on the different faces ...
Dan's user avatar
  • 185
5 votes
2 answers
4k views

I'm trying to make a grid like, light up floor using Unity's Shader Graph. However, I am having an issue where the lines are flicking after a really short distance when the camera is moving. The ...
Dan's user avatar
  • 185
0 votes
1 answer
2k views

I have a character sprite mesh and mesh renderer (The black wavy box). I am hoping to be able to overlay the black box onto the character covering the sprites but I am not sure how to do that. I ...
Thomas A. Bosler's user avatar
2 votes
1 answer
7k views

How to make unlit node cast shadows? Is is possible with the current state of Shader Graph in LWRP? In this great article Toon Shader OP grabs pass from VertexLit shader. Is something similar ...
Candid Moon _Max_'s user avatar
0 votes
1 answer
630 views

I am using Unity's HDRP Lit shader in Shader Graph (all are version 4.8.0-preview) on Unity 2018.3.0b12. I am trying to use both transparency and subsurface scattering on the material. However, it ...
Dinosaurs for Friends's user avatar
1 vote
0 answers
3k views

This is the problem I have. I have created a shader that draws circle. But depending on the distance from the camera thickness changes. Is it possible to keep thickness constant?
Candid Moon _Max_'s user avatar
1 vote
1 answer
5k views

I have written a shader (in the new LWRP shader graph) which simulates an ocean with vertices which offset to create a moving "waves" effect. I believe that in order to have objects "float" on my ...
Ben Hayward's user avatar
0 votes
1 answer
6k views

I recently added the Lightweight Render Pipeline to my project as I'd like to start experimenting with Shadergraph to see if I can get a better basic understanding of shaders. Everything has gone ...
Pheonix2105's user avatar
0 votes
1 answer
4k views

I am trying to design some UI elements using shader graph. In this case specifically a life bar that is transparent where empty. For a normal life bar with a filled and empty color I got it working ...
Andrey's user avatar
  • 230
1 vote
1 answer
4k views

I'm currently getting into using the new "Unity Shader Graph"s and have made an OK dissolve shader that looks like this: My next goal is to move this effect so the object dissolves bottom-up. This is ...
Applekini's user avatar
  • 8,543

1 2
3
4 5
10