Questions tagged [post-processing]
The use of pixel-shaders to apply filters to a scene to produce various effects.
104 questions
0
votes
0
answers
46
views
How to implement a bilateral filter in a shader?
I want to implement a bilateral filter because I have read the it preserves the edges. The equation is given as:
$$ BF\left[I\right]_p =
\frac{1}{W_p}\sum_{q\in S}
G_{\sigma_s}\left( \left\Vert p-q \...
1
vote
0
answers
23
views
Halftoning Multipass HDRP Unity
I am pretty new to rendering, and I wanted to add a black and white halftone effect. I wrote the two shaders and created the materials (pass 0 to create mask and pass 1 to mix it with the scene). They ...
1
vote
1
answer
103
views
Changing post processing with code in unity doesn't fully work
I want to change all properties of the lens distortion in my post process profile but can't. I can change the intensity and scale but not the center and multiplier values. This is my code:
...
0
votes
1
answer
121
views
How to post-process local cameras differently?
In Unity 6, there are multiple options for post processing, but I have been unable after many tutorials and AI advice and the Unity docs, and also installing free packages and removing them and ...
0
votes
1
answer
99
views
post process behavior artifacts on new unity versions
I have an old project that I need to run on Unity 2022.3.40. It uses post process behavior and post process works absolutely fine in the editor, just as before migrating to new Unity. But when I make ...
0
votes
0
answers
37
views
How to do DOF & motion blur using 1 image & depth?
Is there any way to do DOF & motion blur based on just 1 image & its depth image on a mobile platform?
1
vote
3
answers
1k
views
Unity/URP global volume with volume mask still applies effects to all layers
I simply would like to apply the Global Volume only on specific layers but I probably misunderstood how it works.
Environment & Inspectors
GameObject\ ...
1
vote
1
answer
207
views
Post Processing Bloom for mobile
I have recently asked a question where I wanted to know why Post Processing effects lag so much on mobile. As I know now, it has to do with limited performance on mobile end devices.
So, I am asking ...
0
votes
0
answers
184
views
Post Processing Bloom effects performance
I want to create Post Processing effects with Unity Post Processing Stack. I have found this post from this website Unity post processing Bloom lags on mobile, but it had no answers. I have exactly ...
1
vote
0
answers
194
views
Intensity bloom effect in game doesn't match scene view in Unity
I'm using post-process with the bloom effect and a custom material with emission enabled.
The intensity of the effect in the scene view doesn't match the intensity in the game, as shown in these ...
0
votes
0
answers
168
views
How to prevent transparent world UI elements from hiding post processing?
I have transparent world ui elements in my game like so:
What I've been noticing is that post processing through transparent elements is nonexistent, even though other parts of the scene work with ...
0
votes
0
answers
368
views
Controlling the vignette from the script
I'm trying to control the intensity of the vignette depending on the distance to the player.
The script itself is located on the prefab. When creating a prefab during the game, the vignette does not ...
0
votes
0
answers
307
views
Issue with excluding object from post-processing in VR
I wanted to exclude some objects from a specific layer from rendering in the post processing.
I followed both : https://www.youtube.com/watch?v=LAopDQDCwak and https://www.youtube.com/watch?v=...
0
votes
0
answers
733
views
Can you apply motion blur to UI elements in Unity?
As the question states, is there a way to apply motion blur to UI elements that are being animated in Unity?
I have an animation sequence that mostly consists of the UI text. So what I am trying to ...
1
vote
0
answers
553
views
The motion blur is no longer working in my post-processing effects
I'm using Unity 2019.3.7f1 to create a game. Some time ago I used the post-processing effects v2 package to add motion blur to my game, and it was working. Since then, I disabled these effects while I ...
0
votes
0
answers
793
views
URP Camera Stacking. Different intensity of bloom in different objects
I understand that this topic has been raised more than once, but I have not found detailed step-by-step instructions anywhere on how to do this.
Install the Universal RP and Post Processing packages.
...
13
votes
1
answer
4k
views
How to do color post processing in WebGL, when you can not read the color of the current pixel?
In a WebGL 2 GLSL fragment shader, one can not access the pre-existing color value of the current pixel, i.e. the color that is already there in the framebuffer before the pixel that is currently ...
0
votes
1
answer
577
views
What's the difference between post-processing, multi-pass rendering and compositing?
I initially thought that the word "post-processing" referred specifically to the set of techniques aimed at improving a rendered image (like antialiasing, depth of field, bloom and others) ...
0
votes
0
answers
1k
views
How do I prevent a camera from rendering post-processing effects to a render texture in URP?
So here's my situation. I have two cameras in a game about a bee. The game uses the Universal Render Pipeline. One of them detects blooming terrain at a distance, and is sensitive to its own layer (...
1
vote
1
answer
2k
views
How to control post processing effects per-pixel with a render texture?
My game's protagonist is after a specific resource on the map, its concentration stored in a field on the CPU-side, and I would like to provide a subtle hint as to where it is so that the player can &...
1
vote
1
answer
3k
views
How to disable motion blur in unity HDRP
This is probably a really simple question, but I just started trying to use Unity's HDRP, and was wondering if there was a way to remove the intense motion blur when moving the mouse.
Basically, is ...
0
votes
1
answer
525
views
Unity fade post-processing effect
I'm trying to build a game that uses the Pix2Pix post-processing effect for Unity, which is an image-to-image translation with deep neural networks. It works well but I want to fade this effect with ...
0
votes
1
answer
148
views
Relocate texture regions with pixel shader
I'm new to DirectX and pixel shader development. I want to know how to relocate region of input image in post processing.
What I want to achieve is to divide my image into 4 pieces and then relocate ...
0
votes
0
answers
82
views
Unity cheap fluids visuals for VR using Post Processing
I'm trying to create a turret in VR that will spray water onto a wall. I need a way that will take the collision of the fluid and transfer that to a splatmap to change the material of the wall. I know ...
1
vote
1
answer
1k
views
How to desaturate and blur the game world when paused in Unreal Engine 4
I am creating the pause menu for my game. I want the screen to turn black and white and blurry when it is paused, much like Left4Dead. But the only special effect I can find is background blur. How ...
-1
votes
1
answer
232
views
Post Processing without using FBOs?
Recently, I've been making a 3D game (hint my questions), and I recently have modified a pixelization shader from a unity shader graph tutorial. The thing is, I want to render the shader on the WHOLE ...
0
votes
0
answers
103
views
Whats the best way to light up a scene in unity?
What I want is a darkish scene with like neon style lights
Currently is use the bloom post processing effect but sometimes it doesn't render well on my main camera and looks not as good as it does in ...
0
votes
0
answers
536
views
Knowing the size of a framebuffer when rendering transformed meshes to a texture
I have a couple of 2D meshes that make a hierarchical animated model.
I want to do some post-processing on it, so I decided to render this model to a texture, so that I could do the post-processing ...
0
votes
0
answers
314
views
How to make borders glow in a 2D game?
How can I make the borders (stationary / non moving) of my 2d Unity game glow?
I need a method that is not so expensive. I've read that post processing is very expensive, but I quite liked adding ...
0
votes
0
answers
145
views
Unity gizmos with custom renderer
Im working on a small project to learn the basics of post-processing, shaders and other effects in Unity.
My project is in 2D, so I followed this Brackey's tutorial and this tutorial. The bloom effect ...
0
votes
1
answer
2k
views
How to capture image from camera with post effects? Mysteriously only get emission(?) pass
I have a separate camera from my main camera, whose purpose is to take screenshots, or render a "live feed" of the action, at different angles. Hierarchy as such:
The game object labeled as ...
0
votes
1
answer
503
views
How to create a LUT from original and processed images (not perfectly the same)?
I would like to create a certain LUT for my game in Unity.
The usual way would be to take a screenshot in your game, process this screenshot in an image editor like Photoshop / GIMP and then calculate ...
2
votes
0
answers
459
views
Unity post processing Bloom lags on mobile
I made my (first) game today and noticed, that it looked kind of boring, so I decided to add some bloom to my camera and it was looking waaay better. The only problem was the performance, it dropped ...
0
votes
1
answer
10k
views
How to create a color grading LUT for Unity URP?
I'm watching a movie, and I would like to achieve the same colors in my game.
I think I have to use a Color Grading lookup table to achieve this in Unity with URP.
The best example I found example ...
0
votes
0
answers
61
views
can no longer drag post processing profile into CenterEyeAnchor in OVRCameraRig -> TrackingSpace, is there an alternative step?
The video https://youtu.be/gh4k0Q1Pl7E?t=120 shows a step where I need to drag a newly created post-processing profile into the ...
0
votes
1
answer
1k
views
URP PostProcessing doesn't work?
I'm trying to get postprocessing work again after updated to URP. But it does not work !!
Could anyone help me with any solution or clue ?
0
votes
1
answer
2k
views
How to manipulate PostProcessing effects settings during execution with c#?
I need to change the intensity value of my current Vignette effect depending in specific conditions.
So far I haven't been able to achieve this. Please help!
Image of what I want to achieve:
My setup:...
0
votes
0
answers
332
views
How can I sample from a normal distribution in HLSL?
I need to 'distort' individual pixels inside a compute shader node of an Unreal material. Specifically, the pseudocode for this per-pixel operation looks as follows.
...
1
vote
0
answers
136
views
After a postprocess effect, can I output a list of all non-zero pixel locations without having to save the entire image?
I am trying to simulate what's known as an 'event camera' in Unreal. Unlike conventional cameras that output full frames, event cameras return the locations of pixels where activity is detected - see ...
1
vote
0
answers
2k
views
Post processing effects not visible on mobile apk build
While setting up post processing on a project that I am currently working on, I discovered that post processing effects are not visible on the apk build on mobile.
I setup a new Project with URP on ...
6
votes
1
answer
541
views
No AA support in Godot 3.1?
I'm using Godot 3.1.1 and just realized that there is no available AA options. According to some post, Godot 2 supports FXAA, but some reason it's took out from 3. So I try to get FXAA for Godot 3.1, ...
0
votes
0
answers
134
views
How to add ambiant occlusion to a mesh created by script
We created a mesh point by point with a script (a huge mesh), and we would like to add ambiant occlusion to this mesh.
We use Unity 2019.1.6 and the LWRP template.
we already tested the unity ambiant ...
1
vote
1
answer
356
views
Downscaling texture via mipmap [closed]
Copied from Computer Graphics SE.
I am implementing a post-processing effect in my DirectX 11 pet renderer. The post-processing pass is implemented by rendering a full-screen quad covered with texture ...
3
votes
0
answers
255
views
How can I make a tendril flame like aura visual effect?
I am a bit new to UE4 and I'm trying to get a tendril flame like aura like the picture below.
Does anyone know how I would go about this?
Should I use post processing or particles?
1
vote
1
answer
366
views
How to create post-processing effects in Slick2D?
As I get closer and closer to the end of the feature development for my game and the beginning of the graphical overhaul, I keep thinking of ideas for graphical effects that would make my game even ...
1
vote
1
answer
165
views
Unity is Creating Black Boxes when I look around
Please help me with this issue. I believe it came about after I finished tweaking post processing behavior in a minor way. If anyone has any idea please share it. I tried to rebake lighting on both ...
1
vote
0
answers
2k
views
Using Unity Post Processing v2, how can I apply processing effects to just the UI?
I am using Unity 2018.3 with HDRP 4.9, and Post Processing 2.1.3.
I would like to apply post processing effects (i.e bloom) to the UI only.
I tried the 2 camera approach, but still can't get it ...
1
vote
1
answer
804
views
Noise when using SSLR (Screen Space Local Reflections)
When I tried to apply reflections to my scene, I ran into the problem of noise:
My fragment shader code:
...
1
vote
1
answer
255
views
Unity : Post Processing without playing
I have attached a post processing profile to my main camera for bloom and other similar effects. I know that when the game is running, the post processing works as I can see its effects. However, is ...
1
vote
1
answer
425
views
New Unity Post Processing - Default Project '3d With Extras' - What effect is causing this transparency in distant objects?
I've recently seen in Unity you can start a new project with Extras included. Which is basically some post processing to make it look nicer as standard, as well as some assets/materials etc to get you ...