I want to use 2 post process volumes separately.
For example, I want to make this.
★
There are 2 Volumes, ‘PostProcess A’ and ‘PostProcess B’
And the shapes of these 2 volumes are the same.★
Environments and Props are only affected by ‘PostProcess A’
Character is only affected by ‘Post Process B’
From what I’ve studied, it seems to implement this using Custom depth and Stencil.
But even though I watched the tutorial on YouTube and tried copying it, I failed to make the effect I wanted…
This is the only thing I’ve succeeded in implementing↓
The environment is influenced by PostProcess, and the character is covered with a specific color (Black-Red-White-etc…), or an outline is created.
Can you help me?