PostProcessing Editing
GMUIManager - Use ONE post process rather than two?
As you can see below the "GasMaskVisorUI" method is setting the VisorImage, the EnableVignette and the State of either GasPostProcess or the original. You can comment out those lines if you didn't want to change the state and just use one post processing effect.
Edit the Awake method below by changing the "gasMaskProfile" to "originalProfile" and you can use this instead to access the "_vignette" as per the EnableVignette method above.
Last updated