Does anyone have any idea how to disable and enable image effects on a camera at runtime? There is not enable setting on the script object.
Which particular one? Most all that I know of can simply be disabled. Perhaps just removing the behaviour from the camera will do it for you though.
I ended up creating and destroying the script I need in code. Works like a charm.