Hello, I have done some custom post Processing Stack V2 effect.
The problem is in this effect I’m using a pretty heavy 3D Texture. And I want to get rid of it when the effect is disabled.
The ordinary OnDisable(): OnEnable(); not working for PPSv2 script. So what I can do?
I saw it has only
public override void Release() function, but this not happens when I disabling the effect.