Which Code (in a GUIButton in a js-script) would enable / disable e.g. the SSAOEffect script on the camera?
GetComponent(SSAOEffect).enabled = false;
Which Code (in a GUIButton in a js-script) would enable / disable e.g. the SSAOEffect script on the camera?
GetComponent(SSAOEffect).enabled = false;