S
S
SkyCrusher2020-04-19 20:53:06
Unity
SkyCrusher, 2020-04-19 20:53:06

How to disable global effect on some objects in Unity?

The point is this: there is a main camera on which the global blur and glow effect hangs. I want color grading to be added to these global effects when I want to. But in order for it to work, not for the entire environment, but excluding some objects, but the blur was preserved on these objects.
For example, there is this picture:
5e9c8dd2e721a487093689.png
I want everything except for these elements to go black and white:

5e9c8eca23214074925820.png
How can I achieve this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2020-04-19
@GavriKos

From quick ideas:
- make the black-and-white effect not with a camera, but with an object shader. And enable, respectively, only for the necessary objects
- several cameras + splitting into layers and transferring objects between layers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question