Custom URP Postprocessing
I haven't found any material or documentation about how create custom URP post processing effects. Not even the default shaders effects source code to know how create something new! That kind of...
View ArticleHow to add post processing on UI
My question is very simple, i just want to add Post Processing on my Canvas object or UI in general. I know there is an option to select the UI layer but that still doesnt affect my UI. Thanks in advance
View ArticleCan't change Post processing value from script with HDRP keep getting a...
I want to animate some post-processing effects after a huge explosion in my game. First I tried to animate the post-processing volume values within a timeline animation, but I soon figured out that is...
View ArticleHDRP shadergraph material not visible in renderTexture if render pass is set...
I am experimenting with portals in unity, and i was able to make rendering work by using shadergraph with screen-space texture sampling, + setting a background color's alpha to zero in a camera that is...
View ArticleMotion Blur is always affecting camera even when its not moving
I'm using postprocessing effects to add motion blur. However the camera is experiencing blur even when completely still. Does anyone have any idea what might be causing this? Thanks!
View ArticlePost processing effects no working on URP
Hello, I’m new to Unity, so debutante to the field. I use Unity v2020.1.6. I want to make an environment with a player in the first person. I created my Player with this tutorial:...
View Articlehow would i make a postprocess effect not apply to a certain object in 2D?
i've gotten it to work with vignette, but those objects **render above all other objects** - here it is, semi - working, but these objects render in front of all others![alt text][1] [1]:...
View ArticlePost Processing Volume Mask doesn't work
URP Volume Mask doesn't work properly. Even though I had objects in different layers, it acts like they are all in same layer. I need to mask some objects for post processing but I can't. Post...
View ArticleEdgy Bloom Effect with URP
Post processing bloom looks very strange. it looks normal if I remove the Lightweight RP or if I turn the bloom down. Is there a fix for this? Thanks ![alt text][1] [1]:...
View ArticleCan't see sprites in scene view after selecting Universal Render Pipeline...
Hello. My problem is after creating a URP Asset and a 2D renderer. I assign it to **Project Settings>Graphics> Render Pipeline Asset** and then all of sprites become invisible in the scene view,...
View ArticleGetKey decreasing the value per frame by time.delta
I want to make an GetKey on mouse1 it be decrease the "timeofvalue" to 0 by time.delta or fixed delta it doesnt matter pls help if (Input.GetKey(KeyCode.Mouse1) && timedown == true) {...
View Articleproblem with URP post processing
Hi all. I'm trying to make an outline border to my player, i followed these tutorials: [Tutorial 1][1] [Tutorial 2][2] [Tutorial 3][3] But when i add the material to the renderer option of my forward...
View ArticleMultiple URP volumes
I want to have two URP volumes in a scene, one that has Depth Of Field which is only used for the background, and one that does not have Depth Of Field which is used for everything else. I have been...
View ArticleHDR seems to not work on android build (URP)
Hello! I'm trying to use the URP's post processing volume with the bloom effect, but it seems that somehow, the bloom is not being applied after I build for android (in editor and play mode works just...
View ArticleIssue Baking lights in unity
Here is a image of the issue I'm having. ![alt text][1] Note: It isnt as bad when I do progressive cpu, but it is still there. (srry for bad res, only allows for 512 killabytes). [1]:...
View ArticleCutting a hole in the camera
![alt text][1] ---------- Hi! **Short version:** I have 3 groups of objects. I want to cut a hole in camera 1 and render camera 2 behind it, using the red objects as clipping objects. All the objects...
View ArticlePost Processing for Mobile
Hello people of Unity Answers! Im making a game for android and the fps is very good without PP. It looks bad without PP and I tried URP and the normal PP. Both of them eat alot of FPS and I cant find...
View ArticleIs there any way to disable post processing for a gameobject?
Hello! I'm making a main menu and i want to disable post processing for a button. I'm using URP and I cant find any solution in the internet. All my buttons are in a canvas and the render mode in the...
View ArticleURP: How can I view ScriptableRendererFeature in scene view?
In a project using the standard render pipeline, you can make Image Effects and v2 Post Processing effects visible in scene view with particular attributes. ![alt text][1] In the Universal Render...
View ArticleUnity 2020.2.2f1 NO post processing effects visible (Bloom effect)
Greetings! Like in topic I have a problem with post processing and Im just giving up..I spent 3 days to solve this and I dont know if there is a bug or what I still cannot see any post processing...
View Article