--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleShader Graph node inputs are visually misplaced
What is wrong with it, could not find any solution for it and it is really odd. As you can see in the picture, the inputs are a bit wide and above the text. But the outputs are just fine I refreshed...
View ArticleHow to replace color but keep alpha of an object using a shader?
Hello, I am seriously struggling with this CG shader programming. On one hand, I have watched several tutorials and start to get a grasp on the topic. On the other hand, what I need is pretty simple...
View ArticleHow to create 2D faded into itself shader for custom meshes ?
Hi, I need help with creating shader like in Brawl Stars![Brawl Stars Example][1] [1]: /storage/temp/203010-brawl-stars-example.png I want the shader that handles the attack preview. I think they are...
View ArticleParse error: syntax error, unexpected '}' in line 69 with URP shader.
I am a beginner in shader programming and I use URP. I wanted to create a raymarching cloud shader and keep getting this error - Parse error: syntax error, unexpected '}' in line 69. I don't know what...
View ArticleHow to apply Shader to camera?
Hi, I'm new to shaders and i have some problems with appling shader i found to a camera. I wrote a script that creates a material that uses my shader and through Graphics.Blit it should supposedly...
View Articleshaders for urp
Hi, I am doing a tutorial where we had to rewrite a shader. I checked a thousand times but I think I did the same thing he did. I am wondering if maybe I need to do something different with URP? Any...
View ArticleShader code: Smoothstep does not anti alias from a distance
Shader code Cg noob here: I've created a radial timer with smoothstep shapes inside the fragment shader. Looks great up close, but from a distance the antialiasing is lost. I've read mentions that this...
View ArticleLIGHTMAP_ON shader keyword is never enabled in build.
Currently I have some shaders that make use of the built-in LIGHTMAP_ON keyword. The shaders seem to work as expected in the editor, with the variant being enabled when a material has baked lightmaps....
View ArticleShader is pink without error,console not displaying errors for shader yet...
So usually I get some kind of error saying an albeit vague message about what line the error was on and what it was roughly about, but sometimes I get no errors at all, yet my shader material is still...
View ArticleShader error: undefined punctual shadow filter algorithm
Having a shader error after `#include "Packages/com.unity.render-pipelines.high-definition/Runtime/Lighting/Lighting.hlsl"` It says in the console window that `Shader error in 'My Shader': "Undefined...
View ArticleWhat causes the fur shader to look white?
If you make an item using a fur shader, the fur looks white in the game. What causes the fur to look white, and what part of the script should be modified to make it look normal?
View ArticleUnity URP shader does not update
I have .shader file and .hlsl file which included inside the .shader. When I make any code update in thr .hlsl file, changes don't occur in the editor, even if I recompile the shader and press play it...
View ArticleTransparent Shader Graph not writing to depth with "Depth Write" on ForceEnabled
I have I transparent Water shader, in which I need the Scene Depth and where "Depth Write" is on ForceEnabled. I also have a fog shader as a custom Renderer Feature as "Full Screen Pass Renderer...
View ArticleIs it possible to inject a geometry shader into a custom function node in the...
I saw a video about generating the shader graph file and then adding a geometry shader, but the file had 10k lines of code and the auto generated variables names were not helpful.
View ArticleHelp with making a trail effect in a fragment shader
So I am doing a simple simulation where I create a vector of positions that I move in the CPU and pass it to the GPU using an Image Effedct shader to render circles. I want to do a trail effect for...
View ArticleIs there a way I can read values of a height map from a shader graph?
Hey there, first off thanks for taking the time to read. Here's what I am trying to accomplish: I've created an ocean shader using shader graphs, and I would like to be able to adjust the wave...
View ArticleGetting y coordinate of a pixel within the individual sprite frame for a shader
Hey everyone! I'm trying to make a custom 2D sprite shader that would make the bottom half of my sprite semi-transparent. So far, this is what I've been able to come up with: Shader "Custom/SinkInTile"...
View ArticleDistortion of transparent objects with shadergraph + vfx graph, in unity 2022...
I want to distort transparent objects, use shadergraph + vfx graph for it. The way I distort transparent objects is that, I use grab pass (https://github.com/Haruma-K/URPGrabPass) which returns texture...
View ArticleCan someone please help me simulate wind in this shader I'm working on?
So, I'm using a shader along with a c# script to instantiate grass meshes in my scene. The C# script provides the positions where the grass should be created at and passes it to the positions buffer in...
View ArticleUI Image dissolve shader stop working on scene change
Hi, so I have a UI Dissolve shader im using as a fade in and out on a UI image. This works normally in one scene, but when trying to use it in other scenes it doesn't work, and then when coming back to...
View ArticleHow do I fix this in parallax occlusion mapping?
I am working on making parallax mapped bullet holes for a game and I honestly don't have any clue of how to use the shader editor. I made a parallax thing without any knowledge and it works fine like...
View Articlehow to calculate attenuation for custom lighting function
I made a custom lighting function on a surface shader, there is a specific effect I want to achieve and for that I think I need to play with the attenuation value, but when I try to calculate it on the...
View ArticleChanging color of crosshair based on color underneath using shaders
I'm new to shaders in general. What I want is to create a crosshair where the colors of it change depending on the color of what is being moused over. I've seen examples for shaders that have a...
View Article