Advertisement

Latest ShaderGraph Activity

Can I use shader graph in bending shadered game?

Hi,

I'm developing a game with bending shader. The world is curved and I need to use VFX with shader graph such as lightning. There is a screenshot for it.

The obstacle that I selected is seeming below of the actual position cuz of the bending shader but I cannot use my vfx with this bending shader. …

3,720 views
Advertisement
How do I access an array of Colors or floats with Unity's Shader Graph?

I'm trying to send arrays of colors and floats to my PBR Shader from a script and access them in Shader Graph:

// From Script....

// no an array but using this to access the arrays below...
material.setInt("baseColorsCount", baseColors.Length); 

// Array
material.SetColorArray ("baseColors", baseC…
5,611 views
EdBoon
September 10, 2020 08:14 PM
Unity Shader Graph Dissolve and Inverse Dissolve Shaders - Overview and Download
Unity Shader Graph Tutorial. I show how to make a dissolve shader (and inverse dissolve shader) using Unity's Shader Graph in HDRP.
9,789 views
Making 2.5D Game in Unity – Part 4

In part four of 2.5D Game in Unity turotial, we will add hinges for creating doors and gates in our 2.5D world. While at first, it may seem straight forward to implement, it’s quite tricky to implement in our 45 degrees rotated world.

Right of the bat, let’s look into why creating such a door or gat…

6,148 views
Making 2.5D Game in Unity – Part 3

In the third part of the tutorial, we will make a shader with Shader Graph that will allow us to blend 3D objects into our 2.5D environment in a harmonious way.

Let’s have a look at the final result of this shader:

On the left, we have a regular object, and on the right, an object with our shader. Do…

9,052 views
Advertisement
Advertisement